This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

camera video on Ducati

   Dear all,

        We are developing a custom board to use OV5640 and OV2655 camera module on Ducati ,the software release you are using L27.IS.2.M1_OMAP4_Icecream_Sandwich_Release_Notes Ducati 2.0 ,and now we found when video front camera is can work ,but back is not ,it  prompted  the alternate of video size are bigger than the sensor size ,the back camera  video preview size are 640X480 ,but default size are 1280X720,it return nError =MSP_ERROR_INVALIDCONFIG so i do  ( //nError =MSP_ERROR_INVALIDCONFIG),it can vedio ,but there are other methods to solve this issue?thanks

    Thanks and Best Regards,

    Johnny

  • The problem seems to be that capability file tells Android that 1280x720 is supported but driver supports only upto 640x480. You can modify supported preview resolutions in dcc_capabilities file to limit it to 640x480.