Tool/software: TI C/C++ Compiler
HI
I am working on a usecase like: isscapture->algoplugin(dsp1)->display
In the algoplugin ,there is a Face Register function, after finished face registeration or a time period (10 s), I hope a msg can be sent by the algo processing function, and the msg can be received by Chains_issIspSimcop_Display,
So that, it can stop the whole chain.
How can I implement the above msg communication.
Thanks!