@camera.ui/camera-ui-ncnn 1.0.4 → 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 CHANGED
@@ -1,3 +1,14 @@
1
+ ## [1.1.1]
2
+
3
+ - Failed model initialization is now logged and surfaced instead of silently swallowed, and the failed model is evicted from cache so the next request retries cleanly
4
+ - Model warm-up no longer aborts when a single model fails to load; the remaining models still initialize
5
+ - Update camera.ui SDK
6
+ - Bump camera.ui engine to v2.0.5
7
+
8
+ ## [1.1.0]
9
+
10
+ - Bump camera.ui engine to v2
11
+
1
12
  ## [1.0.4]
2
13
 
3
14
  - Bump camera.ui engine
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "NCNN",
3
3
  "name": "@camera.ui/camera-ui-ncnn",
4
- "version": "1.0.4",
4
+ "version": "1.1.1",
5
5
  "description": "NCNN detection backend for camera.ui. Runs object detection, face detection and recognition, and license plate recognition with OCR.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/main.py",
@@ -23,7 +23,7 @@
23
23
  "url": "https://github.com/cameraui/plugins/issues"
24
24
  },
25
25
  "engines": {
26
- "camera.ui": ">=1.0.0",
26
+ "camera.ui": ">=2.0.5",
27
27
  "node": ">=22.0.0"
28
28
  },
29
29
  "os": [],