public
Description: A project for creating images required for "timelapse" videos. Including support for showing inline webcam output.
Homepage:
Clone URL: git://github.com/Fiona/pycatcher.git
Fiona (author)
Wed Dec 03 15:28:02 -0800 2008
commit  4ea70e305fab9bd46e7dead0065640c05ccf0093
tree    000878cd8efa0814987bdbb6be7e583d07de1063
parent  5144b4d579154228ec305cf84f2ea0926abb7499
name age message
file README Wed Nov 26 02:13:32 -0800 2008 initial commit [Fiona]
directory pycatcher/ Wed Dec 03 15:28:02 -0800 2008 Webcam capturing works!! [Fiona]
README
--------------
-- PyCatcher --
By Fiona Burrows
--------------

Little program for generating images used in timelapse videos. (Videos made up of frames taken over long periods of time 
distilling a lot of footage down to a short timeframe.)
PyCatcher starts with a grab of your screen and runs it through predefined filters, before saving the resulting image 
out and waiting for the next time it should run.
It supports taking webcam images and having them showing in a small box inline.

Dependencies:
-PIL
-PyGTK

Webcam support dependencies:
-OpenCV + Python bindings