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.

Passing Data from algorithm to Grpx plugin

hi all,

I am using TDA2X I want to pass data from an algorithm  which works on DSP to grpx (graphics) which works on IPC how can i pass it.

I tried to use systemLinkControl function but data is not getting passed. How can I pass it.

  • HI,

    Your question has been sent to experts.

    Best regards
    Lucy
  • hello
    I guess you are using VSDK, may I know your VSDK version?
    systemLinkControl() is a blocking API and that is used for sending control messages/command to each Link.
    In SDK we use System_sendLinkCmd() API is send the data notification.
    Ideally you should have one output Q for your Alg link on DSP and is connected to GRPX link on IPU.
    please refer VSDK architecture docs under \vision_sdk\docs\Architecture for more details
    VisionSDK_SW_Architecture_Details.pdf
    VisionSDK_SW_Architecture_Overview.pdf

    regards, Shiju