03-29-2010 06:38 PM
John,
Did you simply want to "cast" from I16 to U16? If so, you can try my hacky VI here: http://forums.ni.com/ni/board/message?board.id=200&message.id=26375#M26375 . It will do the cast effectively free, since it is merely a reinterpretation of the same data.
Proper U16 support in the NI-IMAQ driver (where the camera file/attributes can specify the data as signed or unsigned) is expected to be in the upcoming release.
Eric
03-30-2010 04:08 AM
BlueCheese wrote:
Proper U16 support in the NI-IMAQ driver (where the camera file/attributes can specify the data as signed or unsigned) is expected to be in the upcoming release.
Eric
Hi, Eric,
"Proper U16 support in the NI-IMAQ driver" makes no sense without proper U16 support in the whole VDM. I waiting this feature for years, and it still not here. I guess that probably I'll develop my own Image Processing toolkit faster than NI does U16 support for all functions where I16 supported. 😉
Andrey.