Skip to content

0.6.0 Release Candidate 1 - Zones and Clips

Pre-release
Pre-release

Choose a tag to compare

@blakeblackshear blakeblackshear released this 08 Aug 12:53
· 5089 commits to master since this release

Changes:

  • Ability to save a video clip of each tracked object
  • New event mqtt topics
  • An updated snapshot is now sent via MQTT when a higher scoring object is detected
  • Ability to define a zone to detect objects in specific parts of the image
  • Mask can now be specified as base64 in the config file for easier k8s config
  • Frigate now exits gracefully for SIGINT and SIGTERM
  • New latest.jpg endpoint for fetching the current frame
  • Best images can now be resized with a query string parameter to grab lower resolution images for notifications

Breaking Changes:

  • In previous versions, ffmpeg used -vsync drop as an input parameter. It is incompatible with the new save_clips feature, so you will need to remove it if you added it directly to your config.

Image available at docker pull blakeblackshear/frigate:0.6.0-rc1.