03-13-2014 06:52 PM
Hello
I am using a custom camera driver which gives me image data as Bayer formed data as an U16 2D array. I am wondering if I can use the "IMAQ Bayer To RGB" function with this.
I would be most thankful for hints.
Thanks
D. Ackermann
Solved! Go to Solution.
03-14-2014
12:39 AM
- last edited on
07-27-2026
10:18 AM
by
Content Cleaner
Yes, this VI lets you do just that:
https://www.ni.com/docs/en-US/bundle/ni-vision-labview-api-ref/page/imaqvision/imaq_bayer_to_rgb.htm...
You would use ArrayToImage on the source image first, of course.
Eric
03-14-2014 09:04 AM
I am getting some result with this. But the colors arent correct.
I dont really know how to create the src image with the 12bit sensor data.
I can't upload the image because of size. So only a screenshot of the result and my vi.
Maybe someone can help.
Thanks
03-14-2014 07:38 PM
03-16-2014 09:31 AM
It seems everything is working fine now.
Thanks!