08-23-2010 09:11 AM
I am trying to use the IMAQ display functions to present some RGB color information. The create image let's me create an RGB image but there doesn't seem to be a corresponding function to put data into it...you get options like 8bit, 16bit, and the like, but no RGB.
Thanks for the help.
Hummer 1
08-24-2010 06:53 PM
Hummer,
Where are you acquiring your image from? If it is from a file you will need to use the IMAQ ReadFile VI in order to bring in the data to your IMAQ Create.
Chris LS
08-25-2010 09:30 AM
I'm trying to generate a display from numbers...right now, I want to generate a flat screen with all the same color. I asked this question on the vision forum (please excuse the extra post) and got the use the color fill function...and that works.
Thanks.