Quantcast
Channel: Cypress Semiconductor - USB - Known Problems and Solutions
Viewing all articles
Browse latest Browse all 153

MJPEG not supported by CX3 configuration utitlity?

$
0
0

Hi,

I had tried to generate CX3 project using CX3 configuration utility for OV5640 sensor with MJPEG data format. I have setup values for CX3 Receiver configuration tab based on the YUV2 configuration for OV5640. Then generated source using export option of CX3 Configuration - Source tab. This generates the necessary code. But in the generated code, the MIPI CSI data format is displayed as CY_U3p_CSI_DF_YUV422_8_2 even though selected data format is MJPEG.

Below is the part of code generated on CX3 Configuration - Source tab.

#include "cyu3mipicsi.h"

/* OV5640_MJPEG_5M: */

CyU3PMipicsiCfg_t OV5640_MJPEG_5M =

{

    CY_U3P_CSI_DF_YUV422_8_2,  /* CyU3PMipicsiDataFormat_t dataFormat */

    2,           /* uint8_t numDataLanes */

    1,         /* uint8_t pllPrd */

...

}

 

Please let me know whether this tool supports CX3 project creation for MJPEG data format? If so, is the above mentioned part of code is correct? If not, what is the correct value?

 

Regards,

Krishnaraj

 


Viewing all articles
Browse latest Browse all 153

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>