| View previous topic :: View next topic |
| Author |
Message |
pegasus2000
Joined: 12 Jul 2006 Posts: 160
|
Posted: Mon May 19, 2008 11:38 pm Post subject: Trouble in sceJpegDecodeMJpeg |
|
|
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 ? |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Tue May 20, 2008 2:28 am Post subject: |
|
|
| As far as I know, the max resolution for video is 640x480, so either sceUsbCamSetupVideo or sceUsbCamReadVideoFrameBlocking should be failing. |
|
| Back to top |
|
 |
|