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.
Hi ,
I have few queries regarding developing algo plugins on linux part of vision SDK.
I was trying to create usecase as below,
Capture -> Sync -> Alg_FrameCopy (DSP1) -> SgxFrmcpy (A15)
I have added this new usecase in mk file also declared function in chains.h
But it gives me an error , undefined reference to `new_usecase'' which I have invoked in chains_main.c
Could you Please help me to resolve this issue.
Hi Kapil,
this error means new usecase is not included, can you check you make file changes? See if you usecase is really building.
Rgds,
Brijesh