
VideoCapture - provide only single frames.PyGame - no simultaneous audio capture (AFAIK).OpenCV - couldn't find audio capture there.So far i've seen code that captures VIDEO only, or individual frames.


So far i've done it with an ActiveX component in VB which took care of everything, and i'd like to progress with python (the VB solution is unstable, unreliable).

