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
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]
--------------
-- 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