@apocaliss92/scrypted-advanced-notifier 4.3.12 → 4.3.13
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 +3 -0
- package/README.md +1 -0
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
<details>
|
2
2
|
<summary>Changelog</summary>
|
3
3
|
|
4
|
+
### 4.3.13
|
5
|
+
- Add setting to confirm occupancy rules with AI to avoid false positives even more
|
6
|
+
|
4
7
|
### 4.3.11
|
5
8
|
- Added support (RawDetections only) to Boundaries marking and Image cropping for notifications. NVR detections will be later on extended with this too
|
6
9
|
|
package/README.md
CHANGED
@@ -123,6 +123,7 @@ These rules will monitor a specific area to mark it as occupied or not
|
|
123
123
|
- Set `Force update in seconds` to force an occupancy check if no detection happens. Any detection running on the camera will anyways check all the occupancy rules
|
124
124
|
- Set the `Max objects` the zone can contain. The zone will be marked as occupied if the detected objects are >= of the number set here
|
125
125
|
- Set a text in both `Zone occupied text` and `Zone not occupied text` for the notification texts
|
126
|
+
- Activate `Confirm occupancy with AI` to confirm occupancy results to reduce even more false positives
|
126
127
|
|
127
128
|
### Timelapse (only on camera)
|
128
129
|
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED