opencv: new plugin

This commit is contained in:
Koushik Dutta
2021-12-10 20:10:42 -08:00
parent 40e61a473d
commit 2949d59977
11 changed files with 4 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/coral",
"version": "0.0.23",
"version": "0.0.25",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/coral",
"version": "0.0.23",
"version": "0.0.25",
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
}

View File

@@ -1,5 +1,5 @@
{
"name": "@scrypted/opencv2",
"name": "@scrypted/opencv",
"description": "Scrypted OpenCV Motion Detection Service.",
"keywords": [
"scrypted",
@@ -30,5 +30,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.0.23"
"version": "0.0.25"
}

View File

@@ -3,5 +3,4 @@
# plugin
numpy>=1.16.2
PyGObject>=3.30.4
opencv-python>=3.0.0
imutils>=0.5.0