github blakeblackshear/frigate v0.6.0
0.6.0 - Zones, Clips, and Less False Positives

latest releases: v0.13.2, v0.13.1, v0.13.0...
3 years ago

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
  • Updated method for computing a median score that reduces false positives
  • New min_score and threshold definitions
  • Allows configuring a specific EdgeTPU device for the container
  • Modified labelmap to treat trucks as car to avoid confusion between the two
  • Crop and resize the best.jpg endpoint
  • Made best.jpg image timeout configurable
  • Crop and resize images before sending to MQTT
  • Limit what object types trigger recordings
  • Limit cache size
  • Polygon mask type
  • Added affiliate links to the readme

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.

Don't miss a new frigate release

NewReleases is sending notifications on new releases.