@camera.ui/camera-ui-hailo 1.2.0 → 1.2.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,8 @@
1
+ ## [1.2.1]
2
+
3
+ - **A "Reset to Defaults" button in every settings section.** One click puts all values of that section back to the defaults, models included.
4
+ - **A new "default" choice in the model dropdown.** It follows the recommended model, so plugin updates can improve the pick automatically. Choosing a concrete model still pins it. Existing setups keep their current selection.
5
+
1
6
  ## [1.2.0]
2
7
 
3
8
  - Fixed the "Re-download Models" button doing nothing. Pressing it failed with a handler error in the log.
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.0",
4
+ "version": "1.2.1",
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",