07-21-2010 11:22 AM
Hi I using basler piA2400-12gc GIGE camera to acquire image of a backlit object, I have played with Gamma, Exposure, Gain, and White balance but am not able to get the colors right. If I open the image acquired through labview with windows live photo gallery and tell it to auto fix I get image colors right. How can get the images with right colors from labview itself. thanks
From Labview:
Corrected with Windows live photo gallery
07-22-2010 07:53 AM
To get your image exactly right, you need to set up the camera to send back the raw bayer image, then do the color correction on the raw image. This way, you can adjust the level of each color plane, and there is even an auto color correction that should make it easy.
Bruce
07-22-2010 11:45 AM
How do I get raw bayer image from the camera? I also could not locate the auto color correction vi or utility
thanks
07-22-2010 02:54 PM
It is all in MAX under the Color tab.
Bruce
07-23-2010 05:06 PM
can I access these from with in labview?
07-23-2010 05:36 PM
You can access the Bayer gain through LabVIEW using a Property Node connected to the dx session, (Acquisition Attribute>>Bayer), and the camera attributes with 2 VIs (IMAQdx Read Attributes and IMAQdx Write Attributes), located in the Low level sub-palette.
But I would recommend trying the white balance again. How did you proceed when you tried this feature?
-Christophe
08-03-2010 02:08 PM
Still fighting the color issue. If I use the bayer BG for the pixel format the picture is very pixelated. I am using yuv422 packed. When I use the yuv422, all the items in the bayer tab are greyed out so can not the white blalance.
Is there a way to adjust the color temperature , and tint and saturation, because thats what windows live gallery is adjusting when I tell it to auto correct
08-04-2010 07:32 AM