Skip to main content

How to always enable plugin for all cameras in server?

Answered

Comments

1 comment

  • Andrey Terentyev
    • Network Optix team

    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.