Skip to content

0.3.0 Release

Compare
Choose a tag to compare
@blakeblackshear blakeblackshear released this 14 Dec 21:28
· 2090 commits to master since this release

Breaking Changes:

  • Configuration file changes to support all objects in the model. See updated example.
  • Images are now served up at /<camera_name>/<object_name>/best.jpg
  • MQTT messages are published to <camera_name>/<object_name> and <camera_name>/<object_name>/snapshot

Changes:

  • Frigate now reports on every object type in the model. You can configure thresholds and min/max areas for each object type at a global, camera, or region level.
  • Preview MJPEG feed is limited to 1FPS and now caches the jpg image in order to reduce bandwidth and cpu usage. Using the mpdecimate flag with ffmpeg has reduced the effective FPS of my cameras quite a bit, so it was re-encoding the same image often.
  • Different object types now have different color bounding boxes. (inspiration from @pizzato)

Image is available with docker pull blakeblackshear/frigate:0.3.0