01-30-2020 09:30 AM
Hi
I am trying to display an image from a usb3 camera LI-USB30-OV7251 in the data sheet
they say it has " 10-bit RAW data output" how can I display it correctly in IMAQ ?
when I try it with NI_MAX it displays it as packed 8bit data (very green)
does anyone have experience with this ?
Thanks in advance
01-31-2020 04:09 PM
Generally, if the camera puts out a raw image, the next step is to convert the image to an array, reshape the array to conform to the pixel format, then convert to an image. with a monochrome camera, this is pretty straightforward. Have not done it with a color camera yet. And I have no experience with a LEOPARD camera. The manufacturer may be able to provide and .icd file that tells LabView what to d with the information.
Im lazy and require cameras to meet GenICam, standards, makes life much easier.
Best of luck
Robert