This is a minor release containing a few new features as well as some bug fixes.
I recommend everyone running 2.1.0 to update immediately since 2.1.0 introduced a bug which creates shorter recordings than intended, which might make you miss important events.
New features
- Recordings can now be deleted from the UI, either by camera, per day or individual recording.
- Add
output_args
configuration option to allow better customization of the ffmpeg recorder command aarch64
docker image now contains theyolov7
model family
Bugfixes
- Fix calculation of event start and end time
- Fixed handling of
max_recorder_keepalive
when running with only motion detection as trigger for the recorder. - Easier copying of the configuration key name from the docs page
- Fix stream naming colission
What's Changed
- make all camera cards the same height, regardless of aspect ratio by @roflcoopter in #454
- Allow deletion of recordings by @roflcoopter in #459
- fix max_recorder_keepalive when running without object detector by @roflcoopter in #460
- add a zero-width-space between name and type by @roflcoopter in #461
- change stream dict to tuples. by @l-maia in #464
- Feature/stream headers by @roflcoopter in #467
- add ffmpeg output args to recorder by @roflcoopter in #468
- add draw_object_mask to docs by @roflcoopter in #484
- add yolo darknet models to aarch64 by @roflcoopter in #489
- catch exception when drawing text on mask by @roflcoopter in #495
- fix calculation of start and end event by @roflcoopter in #499
- v2.1.1 by @roflcoopter in #500
New Contributors
Full Changelog: v2.1.0...v2.1.1