Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Using NI Vision software with Python

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 ?

-----------------------------------------
Kobi Kalif
Software Engineer

0 Kudos
Message 1 of 2
(3,691 Views)

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

0 Kudos
Message 2 of 2
(3,681 Views)