0.8.0 Release Candidate 1
Pre-release
Pre-release
New features:
- A basic web UI
- Environment variables can be set via the config file
- Optionally save snapshot jpg files alongside clips
- New
mqttoptions for configuring the images sent via MQTT - Disable/enable detection, clips, snapshots via MQTT (retained in MQTT to persist setting on restart)
- Stats also now published via MQTT
- Object detection masks by object type
- Version and uptime added to stats
Breaking changes:
- Requires update for custom component (https://github.com/blakeblackshear/frigate-hass-integration/releases/tag/v1.0.0)
save_clipshas been renamed in the config toclipsfor consistency- Available options under
snapshotshave been renamed for consistency - API endpoints have moved under
/apito support new web ui - The previous
maskvalue is now under themotionconfig section - Masks are now configured like zones and image masks are no longer supported
- Fallback to CPU if the EdgeTPU is not detected has been disabled. It will now keep trying to detect your EdgeTPU.
Images:
- x86:
blakeblackshear/frigate:0.8.0-rc1-amd64 - x86 w/ nvidia (for ffmpeg only):
blakeblackshear/frigate:0.8.0-rc1-amd64nvidia - Raspberry Pi 3/4 (32bit):
blakeblackshear/frigate:0.8.0-rc1-armv7 - Raspberry Pi 4 (64bit):
blakeblackshear/frigate:0.8.0-rc1-aarch64