Skip to content
iancze edited this page Jul 31, 2012 · 5 revisions

ShutterCorrect is a very simple script written with Python 3.2+ It will likely work with Python 2.6 or 2.7, but it has not been tested.

Requirements:

The easiest way to download the script is as a zip tarball here: https://github.com/iancze/ShutterCorrect/zipball/master

Currently, the tarball is ~100 MB, which is primarily due to the sample frames included. If you'd like to just download the script, which is less than 10 kB, click here: https://raw.github.com/iancze/ShutterCorrect/master/shutterCorrect.py

If you use git and would like to contribute, please clone/fork the repository:

git clone git@github.com:iancze/ShutterCorrect.git

and submit a pull request.

The main script is shutterCorrect.py, which for now is simply edited in the main() loop to conform to the images which the user has taken.

Clone this wiki locally