|
Re: Camera -44005 error; Problems with GetImage
It may have more to do with using grayscale. That is what we were using. Each pixel in the grayscale image is an unsigned 8-bit value, where each pixel in the standard RGB image is an unsigned 32-bit value. There may be a problem in the precompiled JPEG decoder function that is called, where it may only be able to deal with the standard 32-bit version. Just my theory, as I don't have the source code.
The PC version of the decoder had no problems with our grayscale stream.
-- Len
|