I like 123D Catch, but there is the whiff of ‘black-box’ about it all. Sometimes, you’d just like to know what’s going on. There may also be times when, for various reasons, uploading data to a cloud service hosted in another country is just not the right solution for you.
There are many open source products though; right now I’m playing with VisualSFM. Download and install it; then download CMVS. Extract the zip. Within it you will find folders for various operating systems. Find yours, and copy the files within, to the VisualSFM folder.
Now you’re ready to go, as per the image below. Here’s a longer tutorial too.
You might however find it easier to use this bundle of all the bits and pieces you need, if you are familiar with python. Extract the zip, grab the folder that corresponds to your operating system, and move it to C:\ . Install python (I’m using Python 2.7). Then, open the command prompt (type ‘cmd’ in the ‘run’ box, Windows), navigate to the folder (On my machine, it’s now in c:\bundler, so I had to type:
C:\users\Shawn Graham> cd ..
C:\users> cd ..
C:\> cd bundler
C:\Bundler>RunBundler.py –photos=C:\MyPhotoFolder\
…and the magic begins to happen. I got an error at first: ‘blah blah blah PIL missing blah blah’. PIL stands for Python Image LIbrary. Go here, grab the correct version, download it, and double-click to install. Then try again with the RunBundler.py command above.
So that’s running now on my machine; I’ll update here if it all goes wrong – or if indeed it all goes right!