Part Number: PROCESSOR-SDK-TDAX
Other Parts Discussed in Thread: DM388
Hello to all,
I am trying to send video from camera to VOUT1 on TDA2xx that is connected to VIN1A on second TDA2xx chip, as I can see, that is connected via LCD, so I made some changes in chains_vipSingleCam_DualDisplay so I could get video from cameras and send it to LCD and HDMI. In chains_common.c file, in function ChainsCommon_DualDisplay_StartDisplayCtrl I just set the lcdType to CHAINS_DISPLAY_TYPE_LCD_10_INCH and no signal was sent to LCD but I have video on HDMI. I also tried by setting lcdType to CHAINS_DISPLAY_TYPE_LCD_7_INCH.
On second TDA2xx I have made usecase to capture video and display it on HDMI. To set capture params I used ChainsCommon_SingleCam_SetCapturePrms function from chains_common_vision.c, set second and third parameter to LCD width and height (1280 and 800). In chains_common_vision in that function, I set captureSrc to CHAINS_CAPTURE_SRC_DM388 and in there pInstPrm->vipInstId = SYSTEM_CAPTURE_INST_VIP1_SLICE1_PORTA, pInstPrm->videoIfWidth = SYSTEM_VIFW_24BIT and pInprms->dataFormat = SYSTEM_DF_RGB24_888.
Best regards, Bosko.