Hi All,
I am trying to build my own alg_plugin working on DSP core in vision sdk Linux.
I have followed below steps,
1. Added the alg_plugin under "/vision_sdk/linux/examples/tda2xx/src/alg_plugins"
2. Added algorithm Id for a specific core in algorithmLink.h
3. Added the plug-in init function in algorithmLink_cfg.c
4. Added path of alg_plugin in MAKEFILE_tda2xx.MK { $(MAKE) -fMAKEFILE.MK -C$(vision_sdk_PATH)/linux/examples/tda2xx/src/alg_plugins/framecopynew MODULE=vision_sdk_linux_demo $(TARGET) }
but Its not getting build .
Could you please let me know If I am missing any steps?
Regards,
Mrunali