[EMAIL PROTECTED] wrote:
Is there a video module so that I can write a Linux Python script to
record video coming over USB video cams?
http://videocapture.sourceforge.net/
HTH
T
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> Is there a video module so that I can write a Linux Python script to
> record video coming over USB video cams?
You can open the device and read the images - I've done that before. No
module needed. But I don't remember how things worked - just download the
source for a
Is there a video module so that I can write a Linux Python script to
record video coming over USB video cams?
What about these side-thoughts:
* What about recording multiple streams over multiple USB ports? (Think
in the context of a security system.)
* What about lossy compression?
* What abou