This project controls stepper motors and a camera in order to take 360 deg. Panoramic Photographs automatically.
The code controls an Arduino open source hardware Motorshield and requires the following libraries:
git clone git://github.com/adafruit/Adafruit-Motor-Shield-library.git AFMotor
git clone git://github.com/adafruit/AccelStepper.git AccelStepper
git clone git://github.com/interactive-matter/aJson.git aJSON
In order to run gphoto2 on mac we use Homebrew make sure you have xcode and the xcode command line tools installed in order to successfully install ghpoto2 via brew!
https://github.com/mxcl/homebrew /usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)" brew install gphoto2
http://pyserial.sourceforge.net/ python setup.py install