Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

GT6600 monochrome camera: can LabVIEW work with 14 bit image

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!

0 Kudos
Message 1 of 5
(4,302 Views)

14 Bit images are treated as 16 Bit in VDM.

 

Values will be between 0 and 16385 for U16.

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 2 of 5
(4,294 Views)

Thanks!

That is for displaying image though. For other processing, seems like it is necessary to convert 14bit to 16bit image?

0 Kudos
Message 3 of 5
(4,273 Views)

@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!

Message 4 of 5
(4,270 Views)
No. In the memory space, 14-bit data is already being treated as 16-bit. You will need to consider that not all VDM functions can work on data larger than 8-bit.

there would be no difference between a 14 and 16 bit image where no value is greater than 16385.
Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
Message 5 of 5
(4,265 Views)