Skip to content

v2.1.0 - Frontend improvements

Compare
Choose a tag to compare
@roflcoopter roflcoopter released this 31 Dec 10:10
· 207 commits to master since this release
ed55649

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

New Contributors

Full Changelog: v2.0.0...v2.1.0