@camera.ui/camera-ui-hailo 1.2.1 → 1.2.4
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 +9 -0
- package/bundle.zip +0 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.2.4]
|
|
2
|
+
|
|
3
|
+
- The confidence threshold is gone from the plugin settings. Object detection now uses the value from the camera's detection settings, so it is set in one place and a change takes effect right away.
|
|
4
|
+
- The plugin reports which model it loaded and which device it runs on, so camera.ui can show it in the camera metrics.
|
|
5
|
+
|
|
6
|
+
## [1.2.2]
|
|
7
|
+
|
|
8
|
+
- Updated camera.ui engine
|
|
9
|
+
|
|
1
10
|
## [1.2.1]
|
|
2
11
|
|
|
3
12
|
- **A "Reset to Defaults" button in every settings section.** One click puts all values of that section back to the defaults, models included.
|
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Hailo",
|
|
3
3
|
"name": "@camera.ui/camera-ui-hailo",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.4",
|
|
5
5
|
"description": "Hailo Edge AI (HailoRT) detection backend for camera.ui. Runs object detection on a Hailo-8 / Hailo-8L accelerator.",
|
|
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": ">=2.
|
|
26
|
+
"camera.ui": ">=2.1.9",
|
|
27
27
|
"node": ">=22.0.0"
|
|
28
28
|
},
|
|
29
29
|
"os": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"directory": "camera-ui-hailo"
|
|
51
51
|
},
|
|
52
52
|
"cameraui": {
|
|
53
|
-
"protocolLevel":
|
|
53
|
+
"protocolLevel": 2
|
|
54
54
|
},
|
|
55
55
|
"files": [
|
|
56
56
|
"bundle.zip",
|