Skip to main content

Plugin - some camera cannot support plugin's event

Answered

Comments

2 comments

  • Yihsuan Hsueh

    Hi,

    We've found that it's the camera which also supports other plugin with analytics event, such as Hikvision plugin. Then our analytics event may have this problem, disappearing from the event rule option. Plus, it happens when our plugin with V5.0.0 R12 SDK version, while V4.1.0 R9 do not have this issue.

     

    Thanks.

    0
  • Andrey Terentyev
    • Network Optix team

    Hello,

    First.

    Please avoid using IDs starting with "nx". These could cause conflicts. "nx" is reserved for Network Optix. Here is a quotation from the manifests.md of Metadata SDK.

    For example, for a company called "My Company", an identifier for an Analytics Event type of a Line
    Crossing event may look like `"myCompany.lineCrossing"`.

    Identifiers starting with `nx.` must not be used for the entities introduced in the Plugins
    developed by parties other than Nx.

    Second.

    V4.1.0 R9 SDK is not an official release and is not recommended for production environments. Please, avoid using it. Upgrade to the latest official patch for v4.2 or v5.0 and rebuild your plugin.

    Third.

    The message

    Event nx.faceme.alert is not in the list of Events supported

    might mean that you have declared events in the "eventType", but have not declared them in the "supportedTypes" in the manifest.

    Forth.

    After fixing the mistakes mentioned above, port your Plugin, Engine, DeviceAgent manifests to the sample_analytics_plugin of Metadata SDK and check if the issue still persists with sample_plugin.

    If it does, please, share with us the code of modified plugin.

    0

Please sign in to leave a comment.