How to always enable plugin for all cameras in server?
AnsweredI am using Meta sdk to build system plugin and want to always enable that plugin for all cameras in server likes ones that are always enabled for Hanwha, Axis or Hikvision cameras.
0
-
Hello,
To achieve that, you can do the following.
1. Declare deviceDependent capability in the manifest
2. Implement the isCompatible(const IDeviceInfo * deviceInfo) method of the Engine class to return alway true.
0
Please sign in to leave a comment.
Comments
1 comment