[Image-SIG] PIL video capture extension type problem

Markus Gritsch gritsch@iue.tuwien.ac.at
Wed, 27 Feb 2002 16:25:58 +0100


Rich Drewes wrote:
 > Hello,
 >
 > I'm trying to write a C extension that simply takes a PIL
 > image as an argument and fills it in with data grabbed
 > from a video capture device.

I wrote a C extension which can capture images from a video device on 
Win32.  The C extension requires DirectX 8 and just returns the raw 
data, but a thin wrapper module written in Python uses PIL to generate 
Images.

http://stud4.tuwien.ac.at/~e9326522/VideoCapture/

Markus