Viseron
Self-hosted, local-only NVR and AI computer vision software
Alternative to: ring, nest, wyze
v2.1.0
2022-12-31Frontend
Recordings grouped daily
Recordings are now grouped by day to reduce the amount of scrolling needed. Each day will show the latest recording, along with a button to drill down to that days recordings.
Breadcrumbs
Breadcrumbs are added to the header for easier navigation
Layout fixes
Grid sizes are now more consistent across the different pages
Backend
OpenVINO backend for Darknet
Upgraded to OpenCV 4.6.0 with OpenVINO support for Darknet. This means better hardware acceleration support on Intel CPUs. YOLOv7 is now supported and is the default in all images.
Breaking changes
The attributes of the binary_sensor.{camera identifier}_recorder has changed slightly:
last_recording_start->start_timelast_recording_end->end_time
What’s Changed
- Fix broken link by @roflcoopter in https://github.com/roflcoopter/viseron/pull/432
- Fix a couple typos by @twodarek in https://github.com/roflcoopter/viseron/pull/433
- enable opencl backend automatically by @roflcoopter in https://github.com/roflcoopter/viseron/pull/437
- compile OpenCV 4.6.0 with OpenVINO by @roflcoopter in https://github.com/roflcoopter/viseron/pull/439
- fix darknet builds after openvino addition by @roflcoopter in https://github.com/roflcoopter/viseron/pull/444
- copy openvino runtime in base images by @roflcoopter in https://github.com/roflcoopter/viseron/pull/445
- Group recordings per day by @roflcoopter in https://github.com/roflcoopter/viseron/pull/446
- Show new recordings without refreshing by @roflcoopter in https://github.com/roflcoopter/viseron/pull/447
- fix extension when automatically switching to mkv by @roflcoopter in https://github.com/roflcoopter/viseron/pull/448
- v2.1.0 by @roflcoopter in https://github.com/roflcoopter/viseron/pull/451
- use yolov7 as default for all images by @roflcoopter in https://github.com/roflcoopter/viseron/pull/452
- YOLOv7 default by @roflcoopter in https://github.com/roflcoopter/viseron/pull/453
New Contributors
- @twodarek made their first contribution in https://github.com/roflcoopter/viseron/pull/433
Full Changelog: https://github.com/roflcoopter/viseron/compare/v2.0.0…v2.1.0