Viseron
Self-hosted, local-only NVR and AI computer vision software
Alternative to: ring, nest, wyze
v2.1.1
2023-03-06This 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_argsconfiguration option to allow better customization of the ffmpeg recorder command aarch64docker image now contains theyolov7model family
Bugfixes
- Fix calculation of event start and end time
- Fixed handling of
max_recorder_keepalivewhen 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 https://github.com/roflcoopter/viseron/pull/454
- Allow deletion of recordings by @roflcoopter in https://github.com/roflcoopter/viseron/pull/459
- fix max_recorder_keepalive when running without object detector by @roflcoopter in https://github.com/roflcoopter/viseron/pull/460
- add a zero-width-space between name and type by @roflcoopter in https://github.com/roflcoopter/viseron/pull/461
- change stream dict to tuples. by @l-maia in https://github.com/roflcoopter/viseron/pull/464
- Feature/stream headers by @roflcoopter in https://github.com/roflcoopter/viseron/pull/467
- add ffmpeg output args to recorder by @roflcoopter in https://github.com/roflcoopter/viseron/pull/468
- add draw_object_mask to docs by @roflcoopter in https://github.com/roflcoopter/viseron/pull/484
- add yolo darknet models to aarch64 by @roflcoopter in https://github.com/roflcoopter/viseron/pull/489
- catch exception when drawing text on mask by @roflcoopter in https://github.com/roflcoopter/viseron/pull/495
- fix calculation of start and end event by @roflcoopter in https://github.com/roflcoopter/viseron/pull/499
- v2.1.1 by @roflcoopter in https://github.com/roflcoopter/viseron/pull/500
New Contributors
- @l-maia made their first contribution in https://github.com/roflcoopter/viseron/pull/464
Full Changelog: https://github.com/roflcoopter/viseron/compare/v2.1.0…v2.1.1