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.

TDA2EVM5777: Linux: How to get each channel data from SystemBuffer

Part Number: TDA2EVM5777

Hi.

I'm woking make new link.

 PREVLINK -> NEW LINK

- send a one queue with 4 channel

- new link get input buffer using SystemBuffer.

I want access each channel data but i didn't found how to access.

So. how can i access each channel's data from SystemBuffer?

Regards,

Lee.

  • Hi Lee,

    System_Buffer struct has a “chNum” field which allows a link to identify the channel with the buffer data. You can check slide "Inter Link API – System Buffer" in vision_sdk\docs\Architecture\VisionSDK_SW_Architecture_Overview.pdf and vision_sdk/links_fw/include/link_api/system_buffer.h for details.

    Regards,

    Yordan