capture video from camera

Fredrik Lundh fredrik at pythonware.com
Tue Jun 6 09:28:45 EDT 2006


aljosa wrote:

> i'm trying to capture video from camera/webcam using python.
> so far i haven't found any library that would allow me to do that.
> 
> cross-platform solution related to SDL/pygame would be nice but a
> simple solution to capture video under windows is ok.

first google hit for "python video capture":

     http://videocapture.sourceforge.net/

for linux, see:

     http://www.antonym.org/libfg

</F>




More information about the Python-list mailing list