Skip to content

Releases: blakeblackshear/frigate

0.1.1 - Add masking for person detection

01 May 11:46
f95d8b6
Compare
Choose a tag to compare

Adds masking support for detecting people. The mask file should be a BMP and the same size as the resolution of your camera stream. If the bottom middle of the bounding box is located on a black pixel, it will ignore it.

0.1.0 - Google Coral, Multiple Cameras, etc

30 Mar 13:36
3e803b6
Compare
Choose a tag to compare

This release adds the following:

  • Google Coral support (required for now)
  • Motion detection was removed because the overhead of always looking for objects is much lower than looking for motion (planning to add motion detection back in the future)
  • Send ON/OFF instead of raw person score to reduce MQTT message frequency
  • Switch to config file instead of environment variables
  • Add support for multiple cameras (Google Coral can only be used by one process)
  • Detection models bundled in container

Initial Release

13 Mar 01:42
Compare
Choose a tag to compare
v0.0.1

add support for mqtt user/pass. closes #7