Commit Graph
19 Commits
Author SHA1 Message Date
Nick Mowen 202011bf33 Fix mistake on test format 2022-04-12 09:38:59 -06:00
Nick Mowen 06e03ceebb Add tests for birdseye config behavior 2022-04-12 09:33:40 -06:00
Nick Mowen 37d358a799 Cleanup config accessing 2022-04-12 09:21:46 -06:00
Nick Mowen 18dcaa6566 Update note to indicate values that can be overridden 2022-04-12 09:16:00 -06:00
Nick Mowen ba4fc92ad9 Merge branch 'release-0.11.0' of https://github.com/blakeblackshear/frigate into camera-level-birdseye 2022-04-12 09:14:29 -06:00
Nick Mowen c48ed116e7 Fix incorrect default factory 2022-04-11 09:58:47 -06:00
Nick Mowen 4b45b8b2c6 Update docs to show that birdseye is overridable 2022-04-11 09:51:51 -06:00
Nick Mowen 2c60be0b02 Propogate birdseye from global 2022-04-11 09:48:16 -06:00
Nick Mowen 4800e41ba9 Add camera level birdseye configruation 2022-04-11 08:21:41 -06:00
Nick Mowen 893000dd28 Add camera level processing for birdseye 2022-04-11 08:16:42 -06:00
Nicolas MowenandGitHub 58c32857d3 Add latest frigate version to stats endpoints (#3038)
* Add latest version to stats in mqtt and http

* Update json to include new field

* Update to use requests

* Don't use incorrect exception
2022-04-11 07:10:19 -05:00
Nicolas MowenandGitHub 51fd18f56d FEAT: Ability to set custom birdseye icon and birdseye docs (#2979)
* Show custom.png for birdseye icon if available

* Don't look for config value

* Add birdseye docs
2022-04-10 09:15:56 -05:00
Nicolas MowenandGitHub 162e275ef3 Always show camera recordings in sidebar regardless of state (#2846) 2022-04-10 09:13:30 -05:00
Nicolas MowenandGitHub 923d07b1a4 BUG: Event stuck if recording & snapshot disabled while in-progress (#3023)
* Fix recording getting stuck bug

* Fix typo
2022-03-30 06:33:34 -05:00
Nicolas MowenandGitHub b1cc64d4fa FEAT: Ability to set sub labels for specific events (#2949)
* Add sub label to model and set / delete funs

* Add migrations for sub label

* Tweaks to API and model

* Show sublabel if available

* Cleanups

* Update docs

* Show person in UI title

* Fix typo and don't fail on no json

* Transfer sub labels for in progress events

* Remove sublabel reset

* Remove person only check

* Make default null

* Update docs and formatting

* Make default null

* Make nullable in migration

* Undo null

* Update model to accept null

* Update migration to accept null

* Don't set to default values

* Remove redundant defaults and update http logic

* Only need a single route

* Enforce 20 character limit in http

* Update docs to mention 20 character limit

* Cleanup

* Separate insert and update to make sure updated values are retained when event ends

* Use insert instead of replace

* Remove redundant if and have should_update_db include clip or snapshot requirement.
2022-03-17 07:18:43 -05:00
Nicolas MowenandGitHub 0abd0627df FEAT: Replace best jpg endpoint (#2944)
* Added object thumbnail def and made camera tracked objects use it.

* Add object snapshot def

* Remove documentation for best.jpg

* Update docs for label thumbnail and snapshot defs
2022-03-11 07:56:39 -06:00
Nicolas MowenandGitHub 006569391f MQTT support for all objects for each camera & zone (#2908) 2022-03-10 06:03:00 -06:00
Nicolas MowenandGitHub 4004048add Ability to retain specific clips / events indefinitely (#2831) 2022-02-21 22:03:01 -06:00
Nicolas MowenandBlake Blackshear 5627b66a6e Always show recording link even if recordings are currently disabled (#2787)
* Always show recording link even if recordings are currently disabled

* Fix test to consider all cameras to have recording link
2022-02-18 21:18:26 -06:00