Can I know the steps to create custom use-case, custom Algorithm plugin & how to include custom plugin into the usecase chain?
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.
Can I know the steps to create custom use-case, custom Algorithm plugin & how to include custom plugin into the usecase chain?
Hi,
0001-Example-custom-use-case-custom-alg-plugin-implementa.zip
In this example, the created custom usecase chain is : Capture -> Alg_MyFrameCopy (DSP1) -> Display_Video
In the above chain contain the "Alg_MyFrameCopy" custom Algorithm plugin.
cd $(INSTALL_DIR)/vision_sdk git init git add . git commit -m "Initial commit" git am 0001-Example-custom-use-case-custom-alg-plugin-implementa.patch
Thanks
Gaviraju