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.

TDA4VH-Q1: Multicam Codec split graph

Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: TDA4VH

Tool/software:

Hello I am using tda4vh sdk 9.2 version.

I want to apply two different ldc to the same camera in multicam codec

I'm just saving it after encoding without decoding.

so I want to make one more viss, aewb, and ldc node by referring to the example in multicam app

I have a question about it.

1. Is there a related patch file

2. Is it right to add viss, aewb, and ldc to the init, create graph like multicam

3. In the original code, the output of ldc is put into the corresponding array obj->enc_pool.arr[0], but can I put the output of the newly created ldc1 into obj->enc_pool.arr[1] ?

Thank you