12-15-2008 09:52 AM
Hi,
I am using the a PCO Sensicam camera. The camera output is a U16 type array that is displayed by using an intemsity graph. I would like to either save this array or better yet convert it to a tiff. I do not have the NI vision development module.
Thanks
Gaby
12-16-2008 07:59 AM
Hi Gaby,
maybe this helps http://forums.ni.com/ni/board/message?board.id=170&message.id=236483&query.id=142264#M236483.
Mike
12-16-2008 08:12 AM - edited 12-16-2008 08:13 AM
Hi Gaby,
Does it have to be tiff?
And how is the formatting of your U16 array? Is it indexed colors or some kind of RGB?
The "Flatten Pixmap.vi" from the 'Graphics & Sound' > 'Graphics Formats' palette can convert 24 bit or 8 bit images (U32 or U8 arrays) to the image data type, which can be saved to bmp or other picture formats using the VIs on the same palette.
But to use Flatten Pixmap you'll have to convert your data to 24 bit RGB (U32) first.
Daniel
12-16-2008 05:37 PM