LabVIEW

cancel
Showing results forΒ 
Search instead forΒ 
Did you mean:Β 

Comparison of pixel values

Hi,

I want to compare in terms of pixel value. If I explain simply , we're taking image from camera and saving that image.Then we are trying to find pixel values ​​in specific coordinates using both imaq get color pixel value and imaq integer to color value. It runs if we use only 1 image but if we use two images the screens mix and the pixel values ​​cannot be found. I would appreciate if anyone can solve this problem and move my project forward

 

Kind regards

 

labview proje.PNG

 

 

0 Kudos
Message 1 of 3
(1,541 Views)

It's not clear what you are doing here.

 

Where are the two snippets in your main code?

0 Kudos
Message 2 of 3
(1,451 Views)

In your second snippet you are trying to create two RGB image buffers with the same name. The names must be unique for each buffer.

0 Kudos
Message 3 of 3
(1,444 Views)