Re: Python use with Mightex Buffer USB camera

2010-10-28 Thread Godson Gera
In case if you are on windows, have you tried python videocapture module ? It binds with DirectX API i think. http://videocapture.sourceforge.net/ -- Thanks & Regards, Godson Gera Python Consultant India On Wed, Oct 27,

Re: Python use with Mightex Buffer USB camera

2010-10-27 Thread Christoph Gohlke
On Oct 27, 7:16 am, Greg Miller wrote: > Does anyone have any experience using Python and ctypes to interface > with one of the Mightex USB cameras?  I am following the CPP code > example and so far I think I've done pretty well talking to the dll. > I am able to get serial number information back

Python use with Mightex Buffer USB camera

2010-10-27 Thread Greg Miller
Does anyone have any experience using Python and ctypes to interface with one of the Mightex USB cameras? I am following the CPP code example and so far I think I've done pretty well talking to the dll. I am able to get serial number information back from the camera, however I am not sure if I'm u