@apocaliss92/scrypted-advanced-notifier 4.3.10 → 4.3.12
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 +4 -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.11
|
5
|
+
- Added support (RawDetections only) to Boundaries marking and Image cropping for notifications. NVR detections will be later on extended with this too
|
6
|
+
|
4
7
|
### 4.3.3
|
5
8
|
- Clip support added. Extend a detection rule setting a contextual description to filter even more a rule result
|
6
9
|
- LLM tools support added
|
package/README.md
CHANGED
@@ -99,6 +99,10 @@ These rules can be created for multiple cameras (on the plugin page) or per sing
|
|
99
99
|
- Set `Disable recording in seconds` to enable NVR recording for some seconds and disable it afterwords
|
100
100
|
- Set a `Custom text` if a specific text should be applied. By default detection rules will use the texts defined in the plugin tab `Texts`, many placeholder are available to enrich the content
|
101
101
|
- Check `Enable AI to generate descriptions` if you want to let AI generate a description text out of the image. AI settings are available on the plugin page under the AI, currently supported: GoogleAi, OpenAi, Claude, Groq
|
102
|
+
- Set `CLIP Description` to use semantic search and filter out even more detections. It will be applied at the very end of the chain, when all the filters already had effect. Set `CLIP confidence level` to finetune the confidence level of the search
|
103
|
+
- Set `Image post processing` to process notification images:
|
104
|
+
- MarkBoundaries will drawn a coloured rectangle around the detected object
|
105
|
+
- Crop will crop the image around the detected object
|
102
106
|
|
103
107
|
### Occupancy (only on camera)
|
104
108
|
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED