Skip to content

jmimo/ParallaxHeadController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Photography Parallax Head Motorization

This project controls stepper motors and a camera in order to take 360 deg. Panoramic Photographs automatically.

Arduino Dependencies

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

Python / Gphoto2

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

About

Panorama Photography Parallax Head Motorization Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages