10-21-2013 06:22 AM
Hi,
I'm running an inspection using the NI Vision Builder AI palette in Labview.
I show images in Labview using "VBAI Interface - Get inspection Image.vi" but the images appears without info (Overlay objects like ROIs, edges,...)
Is there anyway to overlay some inspection info???
Thanks so much for helping me 🙂
10-21-2013 08:16 AM
Does the image have overlay information when you run the inspection in Vision Builder AI? If so, are you reducing the image size with the Get Image function? Reducing the image size, removes any overlays, although this is fixed in the 2013 version that will release soon.
If you aren't reducing the image size using the Get Image VI, you can add overlay information in Vision Builder using the Overlay step, or you could get the results in LV using the Get Measurements VI and overlay the info there. I would recommend using the Overlay step in VBAI since it makes it easier to align all your results and easily get them from a simple UI.
Hope this helps,
Brad
10-23-2013 05:08 AM
Thanks!
The problem was that the image looses the information because i did a rotation before show it.
I need use the IMAQ Rotate because my camera has to be in a not very well position and i need show the image in the front panel in a better position.
I will keep trying your advice to solve my problem.
Thanks again!