zmonvif-events
Version:
A JS CLI tool that attempts to bridge the gap between your ONVIF camera's motion detection and Zoneminder.
24 lines (23 loc) • 446 B
JSON
{
"name": "zmonvif-events",
"version": "1.0.2",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/nickw444/zmonvif-events",
"dependencies": {
"argparse": "^1.0.10",
"node-fetch": "^2.1.2",
"onvif": "https://github.com/nickw444/onvif.git"
},
"bin": {
"zmonvif-events": "./zmonvif-events.js"
},
"keywords": [
"onvif",
"video",
"NVR",
"zoneminder",
"PTZ",
"RTSP"
]
}