Hi
I am trying to decode a 5MP (2560x1920) JPEG using the DSP on a OMAP3530 using the DVSDK 3_01_00_10
I have successfully installed the DVSDK and using the example applications I can encode a 5MP YUV to JPEG but when I try to decode using image_decode_io1_omap3530.x470MV I get "Failed to create image decoder: jpegdec"
It is interesting that if I change the params maxWidth to 1280 and maxHeight to 960 the decoder is happy to create the quarter size YUV from my full size JPEG but trying to decode to a full size 2560x1920 YUV only results in error.
This would lead me to believe that the codec can handle the full sized input but perhaps there is some restriction on the output.
Can someone tell me if there is a way to fix this?
Thanks
Shaun