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.

Usecase generation and algorithm plugin development (V10) on linux part of vision SDK

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.