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.

TDA4VM: RAW12

Part Number: TDA4VM

Tool/software:

Hi TI,

SDK8.6

Single camera demo:

Our camera does not have ISP, Output Data: RAW12

For the parameters in bold in IssSensor_CreateParams, how should we set them?

static IssSensor_CreateParams ar0233CreatePrms = {
/*IssSensor_Info*/
{
{
AR0233_OUT_WIDTH, /*width*/
AR0233_OUT_HEIGHT, /*height*/
    1, /*num_exposures*/
    vx_false_e, /*line_interleaved*/
{
    {TIVX_RAW_IMAGE_16_BIT, 11}, /*dataFormat and MSB [0]*/
},
    0, /*meta_height_before*/
    0, /*meta_height_after*/
},
    ISS_SENSOR_AR0233_FEATURES, /*features*/
    ALGORITHMS_ISS_AEWB_MODE_AEWB, /*aewbMode*/
30, /*fps*/
4, /*numDataLanes*/
{1, 2, 3, 4}, /*dataLanesMap*/
{0, 0, 0, 0}, /*dataLanesPolarity*/
CSIRX_LANE_BAND_SPEED_1350_TO_1500_MBPS, /*csi_laneBandSpeed*/
},
1, /*numChan*/
233, /*dccId*/
};

Looking forward to your reply, thank you.