LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image in the "Image Display" control is ovewritten

Hello,
 
 
I have built a picture using a 2D Array and then converted it by using the "Array to Image" (Vision Module) and then displayed it using the "Image Display" Control and tried also the "IMAQ WindDraw" vi. The problem is that when I loose focus with the mouse, or open another window, the picture disappears or parts of it are overwritten and are not updated back when I come back to the Image.
 
Is there a way to set the image so that it won't be affected by other actions, and will remain stable ?
 
Thanx
0 Kudos
Message 1 of 3
(2,533 Views)
This may happen because after sending the data to the image display you have used inadvertently the IMAQ Dispose function.
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 3
(2,523 Views)

The information in this post and this other post may be of use to you in understanding this.

Basically an IMAQ image display is globally accessible in nature and it is easy to update or overwrite it from left-field operations if you are not careful.

Message 3 of 3
(2,510 Views)