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.

TDA2EXEVM: About capture link

Part Number: TDA2EXEVM

Hi,

I am using OV10635 capture sensor, and using TI deep learning object detection.

The input resolution of capture sensor are 1280x720 .

From the chains_tidlOD.c , i know the capture link will do the resize if my input of model is smaller

ChainsCommon_SingleCam_SetCapturePrms(&pUcObj->CapturePrm,
CAPTURE_SENSOR_WIDTH,
CAPTURE_SENSOR_HEIGHT,
DEC_OUT_WIDTH,
DEC_OUT_HEIGHT,
pObj->chainsCfg->captureSrc
);

but if the input width and height of my model are larger ,for example ,1024x1024 .

does capture link will do the interpolation for us?(1280x720 to 1024 x1024)

Best Regards,

Eric Lai