@camera.ui/camera-ui-pamdiff 1.0.3 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/bundle.zip +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.1.1]
|
|
2
|
+
|
|
3
|
+
- Fix resetting the sensor to defaults not persisting the difference, percentage, and mode values, because the storage writes were not awaited; defaults are now saved reliably
|
|
4
|
+
|
|
5
|
+
## [1.1.0]
|
|
6
|
+
|
|
7
|
+
- Bump camera.ui engine to v2
|
|
8
|
+
|
|
1
9
|
## [1.0.3]
|
|
2
10
|
|
|
3
11
|
- Bump camera.ui engine
|
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Pam Diff",
|
|
3
3
|
"name": "@camera.ui/camera-ui-pamdiff",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"description": "Pixel-based motion detection for camera.ui using the pam-diff algorithm on ffmpeg PAM frames.",
|
|
6
6
|
"author": "seydx (https://github.com/cameraui/plugins)",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://github.com/cameraui/plugins/issues"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
29
|
-
"camera.ui": ">=
|
|
29
|
+
"camera.ui": ">=2.0.0",
|
|
30
30
|
"node": ">=22.0.0"
|
|
31
31
|
},
|
|
32
32
|
"os": [],
|