Hi Expert,
I'm developing a custom tda3x board on TI-RTOS Vision SDK v03.04.
The hardware architecture is as follows:
camera → decoder(MIPI-CSI2) → tda3x
Vision SDK Usecases
2: Multi-Camera LVDS Usecases
7: OV10635 & UB964 4CH CSI2 Capture + Display
After the modification, I can see the 4-channel screen when running it.
Continue to try to execute: UC_iss_mult_capture_isp_simcop_sv_tda3xx.
5: ISS Usecases, (TDA3x ONLY)
2: 4CH ISS capture + ISS ISP + Simcop + Surround View (DSP1) + Display
I don’t understand that both usecase are IssCapture, but the configuration is completely different?
UC_csi2_cal_multi_cam_view
UC_iss_mult_capture_isp_simcop_sv_tda3xx
How do I modify UC_iss_mult_capture_isp_simcop_sv_tda3xx to CSI2?
Which links can be removed?
Thanks in advance.