LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to enlarge and display the screen when I click on the screen of one camera?

I am using LabView Vision. If I use 4 cameras,

 

is there a way to enlarge and display the screen when I click on the screen of one camera? 

 

It's a video, not a photo.

labview 그림1.png

0 Kudos
Message 1 of 2
(449 Views)

@odoria wrote:

I am using LabView Vision. If I use 4 cameras,

 

is there a way to enlarge and display the screen when I click on the screen of one camera? 

 

It's a video, not a photo.

 


This is very much possible.

  1. First you will need to catch a mouse up/down event for each image indicator (assuming your are using 4 separate indicators instead of 1).
  2. There are several ways to enlarge your selected image. The 2 most obvious ways are to either enlarge the size of a smaller indicator, or to show/hide a 5th large indicator in front of the smaller indicators.
  3. You might also want a way to revert back to the initial situation, this will depend on the chosen strategy in the previous step.

What does your capture loop look like now?

0 Kudos
Message 2 of 2
(425 Views)