β11-08-2020 11:45 PM
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
β12-08-2020 08:07 AM
It's not clear what you are doing here.
Where are the two snippets in your main code?
β12-08-2020 11:29 AM
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.