I marked this a beta because it may break for other people's setups. The new image is available with docker pull blakeblackshear/frigate:0.2.0-beta
.
- Video decoding is now done in an FFMPEG sub process which enables hardware accelerated decoding of video streams. For me, this reduced CPU usage for decoding by 60-70%. (Fixes #21)
- New
take_frame
option to reduce framerates with frigate when the camera doesnt support it (Fixes #40) - Tweaked the position of the labels to avoid overlapping with detected objects (Fixes #39)
- Added the area of the object to the label to help determine min_person_area values (thanks @aav7fl)
- Greatly reduced Docker image size, from ~2GB to 450MB
- Added support for custom Odroid-XU4 build (unfortunately, I wasn't able to get the Coral performance to be good enough for me with this board)
- Latest Coral drivers from Google
- Added a benchmarking script to test inference times
- Added some comments to better document config options (Fixes #46)