Skip to content

0.5.0 Release

Choose a tag to compare

@blakeblackshear blakeblackshear released this 04 Mar 02:29
· 5133 commits to master since this release

This release was a major overhaul to use multiple processes and improve performance.

Breaking Changes:

  • You must pass the shm-size parameter to your container via the command line or docker-compose. Check the updated README
  • New required fps parameter for the each camera. See example
  • Debug endpoint changed. See updated README

Changes:

  • Lightweight motion detection incorporated to minimize unnecessary Coral use
  • Regions are no longer necessary
  • Use of a Coral is now optional
  • Separate process per camera
  • Allow the mqtt password to pull from env vars
  • Debug endpoint now accepts fps and h url parameters to specify size and fps. Default is 1 fps and 360 height for minimal CPU usage.

Docker image is available with docker pull blakeblackshear/frigate:0.5.0