LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

overlay destroys live image

Solved!
Go to solution

I want to print text at certain positions on image captured using Vision Acquisition. I am thresholding the image to detect objects and then running overlay text in a loop to display the text beneath each object. At the end, I am getting the text written below the objects but the thresholded objects disappear ( the red markings). Why is this happening?

Message 1 of 3
(2,845 Views)

Could you please share your code...?

0 Kudos
Message 2 of 3
(2,792 Views)
Solution
Accepted by topic author neelesh314

Threshold result - does it go into the same image as original? You should copy image to a separate buffer for processing and display overlay on original image.

 

Message 3 of 3
(2,779 Views)