Trouble in sceJpegDecodeMJpeg

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pegasus2000
Posts: 160
Joined: Wed Jul 12, 2006 7:09 am

Trouble in sceJpegDecodeMJpeg

Post by pegasus2000 »

I have found a trouble in the SDK. I normally use SceJpegDecodeMJpeg
to decompress the data that are created by
sceUsbCamReadVideoFrameBlocking.

Well, it's ok when the resolution is 640*480, but when the resolution
of the camera is set at an higher value (for example 1024*768),
the function SceJpegDecodeMJpeg fails.

Any tips for me ?
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

As far as I know, the max resolution for video is 640x480, so either sceUsbCamSetupVideo or sceUsbCamReadVideoFrameBlocking should be failing.
Post Reply