[python-win32] problems integrating ultrasound (.exe server + ActiveX Control) in client application using win32com

RJ rays at san.rr.com
Wed Jan 28 22:17:10 EST 2004


Hi Frank,

 > I am trying to integrate medical ultrasound in a image guided surgery
 > application using win32com.
 >
 > The client application is supposed to initialize the streaming video
 > mechanism by calling methods on the

If you can open your stream via one of the standard Windows vipcap 
applications, then the Python app I wrote which grabbs DirectShow video 
directly to Python buffers via StringIO would work. It captures 640x480 
30fps to memory for my video astronomy app...

Ray




More information about the Python-win32 mailing list