v0.1.0

blakeblackshear/frigatev0.1.0Mar 30, 2019by blakeblackshear

AI Summary

Major architectural update adding Google Coral support, multiple cameras, and migrating configuration from environment variables to a file.

Key Highlights

  • Google Coral support (required)
  • Removal of motion detection in favor of always-on object detection
  • Switch to ON/OFF MQTT messages instead of raw scores
  • Migration from environment variables to config file
  • Support for multiple cameras
  • Detection models bundled in container

Breaking Changes

  • Switched from environment variables to config file
  • Removed motion detection feature
  • Changed MQTT message format to ON/OFF

New Features

  • Google Coral support
  • Multiple camera support
  • Config file support
  • ON/OFF MQTT messages
  • Bundled detection models

Full Release Notes

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