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.

TDA3MV: surround view with HW LDC

Part Number: TDA3MV

Hi Expert,

I'm developing a custom tda3x board on TI-RTOS Vision SDK v03.04.

Vision SDK Usecases,
    2: Multi-Camera LVDS Usecases
        8: OV10635 & UB964 4CH CSI2 Surround View (DSP) + Display (HDMI)
After the modification, I can see the 4-channel screen when running it.

The usecase preset
    svOutputMode = ALGORITHM_LINK_SRV_OUTPUT_2D

Can I directly change to...?
    ALGORITHM_LINK_SRV_OUTPUT_2D_LDC
    ALGORITHM_LINK_SRV_OUTPUT_3D_LDC

Or how to change it?

Thanks in advance.