Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

speeding up LabVIEW scripts generated by IMAQ Vision Builder

Hi,
I am an experienced c++ software developer, I have mainly used Microsoft's Visual Studio for development. Now, I am developing a real time application using LabView and IMAQ Vision Builder. The LabView application I developed calls a script that was generated by IMAQ vision builder...the application works, but it is too slow for the processing I need to do. In C++ I wouldn't have any trouble speeding the application up, but I am still learning how labview handles threads etc. Does anyone have any ideas?
0 Kudos
Message 1 of 2
(2,946 Views)
Your question is very difficult to answer. Without knowing anything about the processing you are doing, I can't suggest anything to increase the speed.

Vision Builder does not produce the most efficient code possible. It is likely that the algorithm could be improved, but this really depends on what you are doing. It is also possible that your acquisition could be what is slowing you down, especially if you are using Snap.

Perhaps if you post the code generated by Vision Builder it will be possible to help you more.

Bruce
Bruce Ammons
Ammons Engineering
Message 2 of 2
(2,946 Views)