<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Nicolas Pinault wrote:
<blockquote cite="mid45B851A6.8050706@famillepinault.fr" type="cite">
  <pre wrap="">
Sebastian Haase a &eacute;crit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">Do you know about
VideoCapture
  A Win32 Python Extension for Accessing Video Devices (e.g. a USB
WebCam, a TV-Card, ...)
   by Markus Gritsch (<a class="moz-txt-link-abbreviated" href="mailto:gritsch@iue.tuwien.ac.at">gritsch@iue.tuwien.ac.at</a>)

-Sebastian Haase
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->Video capture does not capture streams. Videocapture only grabs single 
frames. It is usefull for webcam for example where the app grabs a 
picture every minute or every second or whatever you want. You can also 
grabs picture at a higher rate than the video stream, doubling or 
tripling source frames.

Nicolas
  </pre>
</blockquote>
I'm not sure I understand the distinction.&nbsp; For example, if I pipeline
a series of camera images<br>
at the desired frame rate into a component that converts a sequences of
frames into a video<br>
stream, then I achieve the desired result right?<br>
<br>
I imagine that the video streaming component would surely be very
portable, but the video<br>
capture would tend to be O/S and hardware specific.&nbsp; <br>
<br>
Maybe what the world needs is a set of webcam drivers wrapped up into a
single platform-<br>
independent PIL compatible python module, that could then be wrapped
into a Kamelia<br>
component.&nbsp; Anyone else interested in such a project?&nbsp; I can't believe
such a thing doesn't<br>
already exist.<br>
<br>
- Ken<br>
<br>
</body>
</html>