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.