11-29-2013 09:02 PM
Hi all:
My sysyem:
WIN7 64bit
Labview2012 32bit
VISION2012 32bit
Frame Grabber: NI-PCIe 1433
Camera:Basler avA2040-180kc,(Pixel Data Format:Mono/Bayer GB...) (Camera Link interface)
My Question:
Run NI-MAX,this camera can grab color image,no problem.
But,when i run the Labview example code "HL Grab.VI",that image not color image, it look like Gray Image.
Why?
Has any Labview code can reference?
12-01-2013 01:43 PM
Hello,
have you tried modifying the example to change the image type? :
Best regards,
K
12-01-2013 09:19 PM
Hi Morbal ,
I guess it bayer encoding issue, you can refer to following link :
http://digital.ni.com/public.nsf/allkb/8AAAE9435D30CEB886256F80007A39AD
you can also find the example Snap with Bayer Decoding.vi form LabVIEW example finder.
Thanks.
Sean
12-02-2013 12:20 AM
YA!! This Problem has been resolved.
Add Bayer Decoding can solve this problem.