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.

TDA4 add 8M YUV camera can not get frame

Hello,

Now I develop 8M YUV422 8bit output camera,add driver and want to get frame on TDA4,but after add it's driver can not get frame.Before we have 8M RAW12bit output camera can get frame.

Does TDA4 support the 8M YUV output camera?Does the single camera demo application support it?

the driver config like below,need any other modify?

static IssSensor_CreateParams gw_8bxmaxCreatePrms = {
GW_8BX_MAX9295_UYVY, /*sensor name*/
0x6, /*i2cInstId*/
{0, 0, 0, 0, 0, 0, 0, 0}, /*i2cAddrSensor*/
{0x40, 0, 0, 0, 0, 0, 0, 0}, /*i2cAddrSer*/
/*IssSensor_Info*/
{
{
3840, /*width*/
2160, /*height*/
1, /*num_exposures*/
vx_false_e, /*line_interleaved*/
{
{VX_DF_IMAGE_UYVY, 7}, /*dataFormat and MSB [0]*/
},
0, /*meta_height_before*/
0, /*meta_height_after*/
},
ISS_SENSOR_FEATURE_DCC_SUPPORTED, /*features*/
ALGORITHMS_ISS_AEWB_MODE_NONE, /*aewbMode*/
30, /*fps*/
4, /*numDataLanes*/
{1, 2, 3, 4}, /*dataLanesMap*/
{0, 0, 0, 0}, /*dataLanesPolarity*/
800, /*CSI Clock*/
},
1, /*numChan*/
5233, /*dccId*/
};