Categories
Knowledge Support Support Categories Products exacqVision Integrations

Infinova – Onvif not triggering motion

Description

When the Infinova camera is added there is no motion shown in the client

Product 

  • exacqVision Server
    • Onvif Plugin

Steps to Reproduce 

  1. Add Infinova camera to exacqVision Server
  2. Configure motion within exacqVision and/or camera
  3. Trigger motion

Expected Results 

Motion is triggered

Actual Results 

No Motion seen on Exacq

Solution

Add the following to the section to the onvif JSON file in the server configuration.

      {<br>
        "manufacturer": "Infinova",<br>
        "motion": {<br>
          "topic": [<br>
            {<br>
              "name": "VideoSource/MotionAlarm/",<br>
              "data": {<br>
                "name": "State",<br>
                "on": "true",<br>
                "off": "false"<br>
              }<br>
            }<br>
          ],<br>
          "configuration": {<br>
            "analytics": {<br>
              "name": "MyCellMotion"<br>
            },<br>
            "rule": {<br>
              "name": "MyMotionDetectorRule"<br>
            }<br>
          }<br>
        },<br>
        "analytics": {<br>
          "topic": [<br>
            {<br>
              "name": VideoSource/ImageTooBlurry/ImagingService",<br>
              "data": {},<br>
              "analytics_metadata": []<br>
            },<br>
            {<br>
              "name": "VideoSource/ImageTooDark/ImagingService",<br>
              "data": {},<br>
              "analytics_metadata": []<br>
            },<br>
            {<br>
              "name": VideoSource/ImageTooBright/ImagingService",<br>
              "data": {},<br>
              "analytics_metadata": []<br>
            },<br>
            {<br>
              "name": VideoSource/GlobalSceneChange/ImagingService",<br>
              "data": {},<br>
              "analytics_metadata": []<br>
            }<br>
          ]<br>
        },<br>
        "options": {<br>
          "createpullpoint-wsa-header": "true",<br>
          "event-type-for-motion-detection": "pull",<br>
          "event-type-for-input-trigger": "pull",<br>
          "backfill-supported": "true"<br>
        }<br>
      },<br>

<br>

Note: If upgraded this will be removed if it is not be fixed yet

Ticket – AES-20

<br>