mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 01:00:40 +01:00
opencv: currently only motion
This commit is contained in:
2
plugins/opencv/.vscode/settings.json
vendored
2
plugins/opencv/.vscode/settings.json
vendored
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"scrypted.debugHost": "192.168.2.119",
|
||||
"scrypted.debugHost": "127.0.0.1",
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# OpenCV Motion and Object detection for VideoCamera devices.
|
||||
# OpenCV Motion detection for VideoCamera devices.
|
||||
|
||||
## npm commands
|
||||
* npm run scrypted-webpack
|
||||
|
||||
4
plugins/opencv/package-lock.json
generated
4
plugins/opencv/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@scrypted/prebuffer-mixin",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/prebuffer-mixin",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@koush/opencv4nodejs": "^5.6.6",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@scrypted/opencv",
|
||||
"version": "0.0.2",
|
||||
"description": "Motion and Object Detection for VideoCameras.",
|
||||
"version": "0.0.3",
|
||||
"description": "Motion Detection for VideoCameras.",
|
||||
"author": "Scrypted",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"detection"
|
||||
],
|
||||
"scrypted": {
|
||||
"name": "OpenCV Motion and Object Detection",
|
||||
"name": "OpenCV Motion Detection",
|
||||
"singleInstance": true,
|
||||
"type": "API",
|
||||
"interfaces": [
|
||||
|
||||
Reference in New Issue
Block a user