Support Nx Witness-style systems
See original GitHub issueIs your feature request related to a problem? Please describe. Nx Witness doesn’t support writing a snapshot out when motion is detected. What it can do is:
- Call an URL to say “hey motion happened!”
- Return a snapshot when a specific URL is requested
Describe the solution you’d like
- Use the existing express server to expose a route for
/motion/triggerName
- When that route is hit, call an URL specified on the trigger to retrieve an image
Additional context
Originally I thought this would require an entire Nx Witness module but it can be plenty generic. Only question is where to put the image: local storage or aiinput?
Issue Analytics
- State:
- Created 3 years ago
- Comments:27 (16 by maintainers)
Top Results From Across the Web
Support Nx Witness-style systems · Issue #260
Nx Witness doesn't support writing a snapshot out when motion is detected. What it can do is: Call an URL to say "hey...
Read more >Nx Witness v5.0
Nx Witness VMS v5.0 is a full featured release focused on cyber security, enhanced usability of existing features, and new interactivity features.
Read more >Nx Witness - Supported Operating Systems
Nx Witness is cross-platform and is supported on all major operating systems. The advantage of cross-platform functionality is that, as...
Read more >Nx Witness Release Notes
OPERATING SYSTEMS/PLATFORMS: Added support for Macs with the Apple M1 chip. A separate distribution is provided: The regular distribution can be installed ...
Read more >Current and Past Releases (Downloads & Release Notes)
Nx Witness v5.0 (07/08/2022) ... Added support for ZFS (Zettabyte File System) to the Server. ... Added TLS support for LDAP on Linux-based...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
None of this is available for testing yet, I’ll let you know when it is and how to get it.
Until then just point to
latest
, make a settings.json, and put it in the same folder you have triggers.json in. See https://raw.githubusercontent.com/danecreekphotography/node-deepstackai-trigger/main/sampleConfiguration/settings.json for what it should look like. You probably just need thedeepstackUri
andverbose
properties.Would you mind entertaining the “delay” option ?