LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Camera Image Display - changing width and height.

Ok, so I wrote this simple program, but for some reason i cant control the offsets, width and height (attributes related to the image display on front panel). When i go to MAX, i am able to change these attributes, why cant i do it in labview? Any ideas?

 

sizing problem.JPG

0 Kudos
Message 1 of 2
(2,617 Views)

You need to put the width and height controls inside your loop to adjust while running. 

From the image you provided, the width and height are set once outside the loop, and then you sit in the loop, so they can't be adjusted again.

0 Kudos
Message 2 of 2
(2,599 Views)