05-18-2009 03:30 PM
I set Bit Depth to be 12 for my Linescan camera. It's OK when I view the image frame in MAX, but it is shown in 16 bit when I view it in Matlab. Is there any way that I can save it into 12 bit image data instead of 16 bit? The version of MAX is 4.5.
Thanks
05-18-2009 03:42 PM
You can not address anything smaller than a byte in your computer memory. So your 12 bit will be converted to 16 bit.
05-18-2009 04:24 PM
05-18-2009 04:56 PM
Hi polarfox,
"isn't there anything in the image header to tell it's a 12-bit image?"
What kind of picture format do you use? There are some formats that allow 12bit images for sure... But they aren't very "standard" and afaik not implemented in LabView...
05-18-2009 04:58 PM
Hi GerdW, PNG is the format that I am using. Thanks.
05-18-2009 05:06 PM