01-01-2013 03:36 AM
Hi,
I'm not sure it's the right forum but , does any one have any idea if i can use the ni vision software kit with Python ?
01-01-2013 10:14 PM
While NI's Vision Development Module (and other associated drivers) don't provide native Python bindings, they do provide a C API that could be used via Python. You can probably make things easier using something like SWIG (http://www.swig.org/) to automatically generate wrappers around the C API in Python.
Eric