[pygame] Pygame + VideoCapture?

2007-10-12 Thread AlgoMantra
Hi, I've been playing with the VideoCapture module to get a webcam working. It does work but only at 160,120 resolution and this is the error I get: Traceback (most recent call last): File C:/Documents and Settings/user/Desktop/flutera/webcam.py, line 8, in module

Re: [pygame] Pygame + VideoCapture?

2007-10-12 Thread René Dudfield
Have you tried other resolutions? Some cameras can only get certain resolutions. Is there a way to list available resolutions with that library? Otherwise look up your camera model on the net, and find the resolutions that way. Please let the mailing list know how you get along... I'm