12-02-2024 02:08 AM
12-02-2024 03:41 AM - edited 12-02-2024 03:43 AM
My first question is why??
Python comes with the OpenCV module readily available and you can do with that pretty much most things and then some more, that the IMAQ Vision development library could do too. And it does not involve development nor runtime license costs as you would have with the IMAQ Visions Development Module.
12-02-2024 05:03 AM
Thanks for your prompt responsee Rolf Kalbermatter
My application's major portions are already developed with python scripting.
Suppose if NI Vision module supports python scripts (without LabVIEW platform) which could reduce the cost of LabVIEW S/w.
Thats why i have enquired..
12-02-2024 06:43 AM
TestStand will be great in helping you scale with its multi threading, series/parallel/batch sequencing, and report generation. LabView is pretty good at interfacing with hardware (especially NI hardware) and running asynchronous loops. Just use TestStand to call Python (and Labview where needed).