Part Number: TDA3MV
I want to display the format below on my ISP.
info->width = 640;
info->height = 480;
info->dataFormat = SYSTEM_DF_YUV422I_UYVY;
info->bpp = SYSTEM_BPP_BITS8;
info->features = ISS_SENSORS_THERMAL_FEATURES;
After connecting to the link and running it, I get the following error.
IssCapture -> IssM2mIsp -> Display_Video
[IPU1-0] 2.229854 s: ISSCAPTURE: Create in progress !!!
[IPU1-0] 2.278716 s: UTILS: DMA: Allocated CH (TCC) = 48 (48)
[IPU1-0] 2.278838 s: UTILS: DMA: 0 of 1: Allocated PaRAM = 48 (0x63304800)
[IPU1-0] 2.279052 s: ISSCAPTURE: Create Done !!!
[IPU1-0] 2.279326 s: ISSM2MISP: Create in progress !!!
[IPU1-0] 2.320258 s: Assertion @ Line: 725 in issM2mIspLink_drv_create_delete.c: (Bool)0U : failed !!!
[IPU1-0] 2.320746 s: Assertion @ Line: 725 in issM2mIspLink_drv_create_delete.c: (Bool)0U : failed !!!
I think it's coming from the BPP side. Could the format settings be incorrect?
According to the link below, my ISP doesn't support YUV input. Is that correct?
e2e.ti.com/.../rtos-tda3-using-capturelink-with-issm2mresizer
