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.

DM385 resolution

Other Parts Discussed in Thread: DM385

Hi!

     In tristreamfullfeature case,there is only 1080P+D1+1080P  in DM385 demo.But I want 720P+VGA +720P.How  can I do? I  don't know which parameters I should change.

    Thanks!

   Regards,

     XiaoLi

  • Hello XiaoLi Gao

    you can check the camera resize A and B size

    like below:

    /* First stream */
    pCameraOutPrm = &pCameraInstPrm->outParams[0];
    pCameraOutPrm->dataFormat = SYSTEM_DF_YUV420SP_UV;
    pCameraOutPrm->scEnable = FALSE;
    pCameraOutPrm->scOutWidth = 1280;
    pCameraOutPrm->scOutHeight = 720;

    resize output size is correspond the RDK Rules.make file IMGS_ID,

    you can check source code condition compile.

    ********************************************************************************************************

    #ifdef IMGS_OMNIVISION_OV10630

    ...

    #elif defined IMGS_SONY_IMX104

    ...

    #elif defined IMGS_MICRON_MT9M034

    #else

    ...

    #endif