Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Motion detection : get result

Answered

Comments

4 comments

  • Norman
    • Network Optix team

    Hi Julien ROMANO,

    Currently, there are no default options to create dependencies in the rules. The current only option is the use of a 3rd party application like Node-RED as mentioned in THIS topic.

    The matrix for the server side motion detection is based on 2 values.

    The first value is about how much average pixel light should be changed in motion square to detect motion and the second value is about how much motion squares should be to detect motion, and dependent on the first value.

     

     

    0
  • Julien ROMANO

    Hi Norman

    thank you for your quick answer !

    yep, I already use node-red. On the article, there is no link or info about how get matrix for server side motion detection. I don't get any info on HTTP API doc.

    0
  • Norman
    • Network Optix team

    Hi Julien ROMANO,

    The is no public matrix available for the motion detection.

    You should create 2 rules to begin with;

    Rule 1: Motion Detection >>> Do HTTP request, aimed at the Node-RED server
    Rule 2: Generic Event from AIBox >>> Do HTTP request, aimed at the Node-RED server

    Create the dependency in Node-RED, and if both criteria are met; send an HTTP request from Node-RED to Nx.

    Rule 3: Generic Event from Node-RED >>> the desired Action.

     

     

    0
  • Julien ROMANO

    hi Norman

    ha ok, but why use motion AND AI to trigger an action : AI is far enough efficient to detect human/car (only on lighting)

    If i use motion to switch on lights, my house will be blinking all the night : I need to be more precise.

    I would like get triggered by Nx if 70% (or other value) of motion on the picture

    0

Please sign in to leave a comment.