v2.1.0 - Frontend improvements
Frontend
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_time
last_recording_end
->end_time
What's Changed
- Fix broken link by @roflcoopter in #432
- Fix a couple typos by @twodarek in #433
- enable opencl backend automatically by @roflcoopter in #437
- compile OpenCV 4.6.0 with OpenVINO by @roflcoopter in #439
- fix darknet builds after openvino addition by @roflcoopter in #444
- copy openvino runtime in base images by @roflcoopter in #445
- Group recordings per day by @roflcoopter in #446
- Show new recordings without refreshing by @roflcoopter in #447
- fix extension when automatically switching to mkv by @roflcoopter in #448
- v2.1.0 by @roflcoopter in #451
- use yolov7 as default for all images by @roflcoopter in #452
- YOLOv7 default by @roflcoopter in #453
New Contributors
Full Changelog: v2.0.0...v2.1.0