Using the fonction cluster desassemble I didn't succeed to extract the 2D array R,G,B from the output 2D color value array of the VI Imaq integer to color value;the input signal is of course a 2D U32 array
Hi, you must extract color components from U32 numbers using Type Cast function for example. This is because color components are included in U32 number as U8 bytes connected to each other. I'm sure that there is some function which does this in IMAQ Vision toolkit. But in any case I've created example for you.