Releases: NickM-27/swatch
Release 3.1.1
Fix bug with colortest/values api
Full Changelog: 3.1.0...3.1.1
3.1.0
3.1.0
Min/Max Ratio Filter For Objects
Set a filter based on the ratio of width/height to further filter out false positives (allow less strict color values)
Full Changelog: 3.0.2...3.1.0
3.0.2
3.0.1
Object Detection
In 3.0.0 object detection has been re-written so instead of detecting objects based on total pixels within the color range, bounding boxes will be drawn on clusters of matching pixels and the area of the box will be tested.
Snapshots
Snapshots will now (by default) include the bounding boxes of the objects that have been detected. This can be disabled in the config if desired.
Specific snapshots for events will also be included along with a clean png snapshot as well.
3.0.1
Fix bug where end time for detection would reset on restart
3.0.0
3.0.0
Object Detection
In 3.0.0 object detection has been re-written so instead of detecting objects based on total pixels within the color range, bounding boxes will be drawn on clusters of matching pixels and the area of the box will be tested.
Snapshots
Snapshots will now (by default) include the bounding boxes of the objects that have been detected. This can be disabled in the config if desired.
Specific snapshots for events will also be included along with a clean png snapshot as well.
Full Changelog: 2.3.0...3.0.0-beta1
2.3.0
2.2.3
2.2.1
2.2.0
New Feature
Swatch now keeps track of objects as they are detected inside a database. This will make it easier to have an "event log" of that object.
Breaking
A new /database/
path must be mapped to docker
What's Changed
- Bug fix by @NickM-27 in #27
- Optimizations cleanup by @NickM-27 in #28
- Db by @NickM-27 in #24
- Db fixes by @NickM-27 in #31
- Detections UI by @NickM-27 in #32
Full Changelog: 2.2.0...2.2.0-2