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

Status Page

100% API, no Plugin

Answered

Comments

1 comment

  • Anton Babinov
    • Network Optix team

    Hello Kyle,

    there is a possibility to implement this without writing C++ plugin but it would work a bit differently from what you've described:

    1) User can enable motion detection on camera via GUI client or you can do this via API.

    2) Upon motion detection you can execute "do HTTP request" action which would notify your system about motion.

    3) Your system can pull a single frame(/ec2/cameraThumbnail) or video(http/rtsp) via API and analyze it. Instead of returning JSON response, your system will need to create a Generic event in VMS via API(/api/createEvent). We have this support article explaining how to create generic events.

    4) Rules engine on VMS side can create bookmark upon receiving Generic event from your system.

    Will this approach work for you? 

    0

Please sign in to leave a comment.