video capture in wxPython ?

hello,

has anyone got video capturing (from a webcam) successful running
in a wxPython application under winXP ?

I got some links, but it seems quit complicated to get everything installed,
and all the packages you need don't describe which versions of the other parts you need,
so a lot trial and error I expect.

thanks,
Stef Mientki

hello,

has anyone got video capturing (from a webcam) successful running
in a wxPython application under winXP ?

I've successfully used this:

http://videocapture.sourceforge.net/

I wrote my own widget (in python) which collected the image data,
converted to a wxBitmap and displayed it in a wxPanel. I'm not at
liberty to post the code, I'm afraid, but it was easy enough to set up.

BC

ยทยทยท

On Sat, 2009-04-11 at 21:02 +0200, Stef Mientki wrote:

I got some links, but it seems quit complicated to get everything installed,
and all the packages you need don't describe which versions of the other
parts you need,
so a lot trial and error I expect.