03-21-2009 03:27 AM
03-21-2009 01:46 PM
03-22-2009 03:09 AM
My experiment is that the use of USB interface camera, through image acquisition card collecting optical images, in implementation on computer image storage, image format to the 10.I use LV8.0, 8.2 . Look forward to your reply.Thank you. |
03-22-2009 03:54 AM
Hi,
it is stil not clear to me what you relly need...
You receive 8bit image data, but want to store in 10 bit resolution? AFAIK IMAQ gives opportunity to save 16bit TIFF images, but I don't have IMAQ installed to check it.
This forum is not intended to give ready-to-use solutions, but to provide help. Please post what you have programmed so far...
03-22-2009 09:35 PM
03-23-2009 03:12 AM
Hi,
look for the image write functions of the NI Vision module. They should provide options to save pictures with more than 8bit color resolution. As I don't have this module installed I can't check them quickly (and I also don't find them in a hurry on the NI website)...
03-23-2009 04:34 AM
In Fact, the IMAQ driver for USB camera can only support standard picutre format,suc as "BMP, JPEG,TIFF,PNG".
IF you want to change the file format of the picture ,you have to use the FILE IO operation.such as FILE read and write.
What's more, The LabVIEW can only support U8 U16 U32 and double format, it can not directly support 10bit
format,you may choose to use U16 to storage the 10bit data.