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.

Compiler/TDA2SX: About tidl usecase

Part Number: TDA2SX

Tool/software: TI C/C++ Compiler

Hi  dear TIer,

I am working on vision sdk 3.8.

I have two questions about tidl usecase:

1) why there is a merge link in this case, and the inQueue number of merge is only 1.

2) about meta buffer 

In Alg_tidlpreproc, it only outputs videoframe buffer, no metaDataBuffer.

and in Alg_tidl_1 process function , it reads MetaDataBuffer from the previous link as inArgs of  the algorithm  and  also outputs MetaDataBuffer and VideoFrame Buffer.

But I didn't see how the input MetaDataBuffer of Alg_tidl_1 was set  in the previous link?

Thanks!