Python use with Mightex Buffer USB camera
Godson Gera
godson.g at gmail.com
Thu Oct 28 04:51:40 EDT 2010
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<http://blog.godson.in/2010/09/how-to-make-python-xmlrpclib-client.html>
On Wed, Oct 27, 2010 at 7:46 PM, Greg Miller <et1ssgmiller at gmail.com> 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 from the camera,
> however I am not sure if I'm using the ctypes pointer( ) correctly to
> send the pointer to the data structure that the camera is supposed to
> fill in when I make a call to grab a current frame. Mightex tech
> staff has been VERY helpful, but they don't know Python.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20101028/b0f1cbe6/attachment-0001.html>
More information about the Python-list
mailing list