github blakeblackshear/frigate v0.3.0
0.3.0 Release

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

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

Don't miss a new frigate release

NewReleases is sending notifications on new releases.