How to change plugin name?
AnsweredHow can I change plugin name from Stub Video Analytics to something else. The name should reflect in UI also.
0
-
Official comment
Hi Anubhav,
For changing the plugin name you need to do the changes in the CMakeLists.txt file (the target name) and change the plugin manifest ("id" and "name" fields of JSON).
You can look at https://bitbucket.org/networkoptix/nx_open_integrations/src/default/cpp/vms_server_plugins/opencv_object_detection_analytics_plugin/step1/ (another plugin developed for the demonstration purposes) for inspiration. Note that the plugin uses the newer version of SDK (Meta 4.1 R1).
Please sign in to leave a comment.
Comments
1 comment