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.

TDA2PXEVM: LDC lut header file in vision sdk is working?

Part Number: TDA2PXEVM

Hi,

I'm evaluating LDC feature of iss simcop. There is noisy image as below and no LDC effect when LDC is enabled.

The LDC lut header file in vision_sdk\apps\src\rtos\iss\src\sensor\iss_tables\iss_tables_ldc_lut_1920x1080.h in vision sdk is used. Camera is  OV2775 TIDA1130 Sensor on Fusion Platform (Only on TDA2px)

Is there my mistake or a problem in sample lut header file?

Thanks.

My only changes at vision sdk 3.3 were

■ vision_sdk\apps\src\hlos\adas\src\usecases\iss_capture_isp_display\chains_issIspSimcop_Display.c
    pAppCtrlIssPrms->issSensorInfo.simcopOpMode =
        ISSM2MSIMCOP_LINK_OPMODE_LDC;  // ISSM2MSIMCOP_LINK_OPMODE_MAXNUM;
  .....
    pUcObj->IssM2mSimcopPrm.channelParams[0u].operatingMode =
        ISSM2MSIMCOP_LINK_OPMODE_LDC; // ISSM2MSIMCOP_LINK_OPMODE_VTNF;

■ vision_sdk\apps\src\rtos\iss\src\common\app_util_iss.c
#if 0
    IssUtils_InitSimcopConfig(&pIssObj->simcopCfg, TRUE, TRUE);
#else
 if (pIssObj->appSensorInfo.simcopOpMode == ISSM2MSIMCOP_LINK_OPMODE_LDC)
     IssUtils_InitSimcopConfig(&pIssObj->simcopCfg, FALSE, TRUE);
 else
     IssUtils_InitSimcopConfig(&pIssObj->simcopCfg, TRUE, TRUE);
#endif

■ bypasLdc = FALSE, LDC lut is default

■ bypasLdc = FALSE, LDC lut is filled with '0x00'

■ bypasLdc = TRUE