‎04-27-2015 01:38 PM
I'm using 14-bit pixel depth image in LabVIEW vision. Smees like Labview doesn't support 14 bit image. Is there any way to get arond this?
Thanks much!
‎04-27-2015 03:00 PM
14 Bit images are treated as 16 Bit in VDM.
Values will be between 0 and 16385 for U16.
‎04-28-2015 11:59 PM
Thanks!
That is for displaying image though. For other processing, seems like it is necessary to convert 14bit to 16bit image?
‎04-29-2015 02:18 AM
@nkhoa wrote:
Thanks!
That is for displaying image though. For other processing, seems like it is necessary to convert 14bit to 16bit image?
You are right!
‎04-29-2015 08:51 AM