Commit Graph
203 Commits
Author SHA1 Message Date
YS 5f580b64bd Merge remote-tracking branch 'origin/release-0.11.0' into gstreamer 2022-03-23 13:30:01 +03: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
YS 07950170f5 Merge remote-tracking branch 'origin/release-0.11.0' into gstreamer 2022-03-15 12:25:30 +03: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
Blake Blackshear 00112eb7bc update frontend docs 2022-03-11 07:49:06 -06:00
Nicolas MowenandGitHub 006569391f MQTT support for all objects for each camera & zone (#2908) 2022-03-10 06:03:00 -06:00
JohnMark SillandGitHub 3e07d4eddb feat: Timeline UI (#2830) 2022-02-27 08:04:12 -06:00
YS 1240a073c9 Merge remote-tracking branch 'origin/release-0.11.0' into gstreamer 2022-02-22 08:53:56 +03:00
Nicolas MowenandGitHub 4004048add Ability to retain specific clips / events indefinitely (#2831) 2022-02-21 22:03:01 -06:00
Blake Blackshear 20b4b503f0 refactor dockerbuild for multiarch 2022-02-21 06:51:33 -06:00
Blake Blackshear bfecee9650 add missing optional comment in docs 2022-02-18 21:18:26 -06:00
Blake Blackshear ff19cdb773 refactor stationary config into section 2022-02-18 21:18:26 -06:00
Blake Blackshear ebdfbfe96c update birdseye to handle stationary objects 2022-02-18 21:18:26 -06:00
Blake Blackshear 1a009c7fd1 use second stream in docs example 2022-02-18 21:18:26 -06:00
Blake Blackshear ee5b9986ad bump default stationary_threshold to 10s 2022-02-18 21:18:26 -06:00
Blake Blackshear 190f217b13 set stationary_threshold default to 5x fps 2022-02-18 21:18:26 -06:00
Blake Blackshear 5a2e395352 selectively increment position changes 2022-02-18 21:18:26 -06:00
Blake Blackshear 3e90f3032c make stationary_threshold configurable 2022-02-18 21:18:26 -06:00
Blake Blackshear 5792cf042e fix resolution on reolink example 2022-02-18 21:18:26 -06:00
Blake Blackshear 4524dca3ed clarify addon versions 2022-02-18 21:18:26 -06:00
Blake Blackshear 304a569c7e remove outdated output args tip 2022-02-18 21:18:26 -06:00
Blake Blackshear 10c200dc24 clarify that zones are based on the bottom center 2022-02-18 21:18:26 -06:00
Blake Blackshear 0b8617d09f update addon urls 2022-02-18 21:18:26 -06:00
Blake Blackshear e7026dfd6e add example for ios camera live feed notification 2022-02-18 21:18:26 -06:00
Blake Blackshear 493d16519a add new properties to the docs 2022-02-18 21:18:26 -06:00
Blake Blackshear a87675d3cc add additional info for non-H264 cameras 2022-02-18 21:18:26 -06:00
Blake Blackshear e0078f388e package updates for docs 2022-02-18 21:18:26 -06:00
Blake Blackshear 34fa53afcc make motion the default retain mode 2022-02-18 21:18:26 -06:00
Blake Blackshear 663bf05fd7 update stationary interval docs 2022-02-18 21:18:26 -06:00
Blake Blackshear f512af2563 make expire interval configurable for users wanting to minimize i/o 2022-02-18 21:18:26 -06:00
Blake Blackshear 985bd6d9bd update docs 2022-02-18 21:18:26 -06:00
Blake Blackshear b2ce1edd5a fix default motion comment 2022-02-18 21:18:26 -06:00
Blake Blackshear 6218791708 clarify shm in docs 2022-02-18 21:18:26 -06:00
Blake Blackshear 294c79a271 no longer make motion settings dynamic 2022-02-18 21:18:26 -06:00
Blake Blackshear eb16de7395 config option for stationary detection interval 2022-02-18 21:18:26 -06:00
YS 85ad8ecd14 Merge remote-tracking branch 'origin/release-0.10.0' into gstreamer 2022-02-17 14:14:11 +03:00
YS 79e7341bd7 GStreamer documentation 2022-02-17 14:02:01 +03:00
DataBitzandGitHub 32878bd016 Another missing slash (#2803)
2nd attempt to fix link to full configuration
2022-02-14 07:33:29 -06:00
Blake Blackshear e5714f5fbc add missing optional comment in docs 2022-02-13 10:27:58 -06:00
Blake Blackshear 304ffa86e8 refactor stationary config into section 2022-02-13 10:21:24 -06:00
DataBitzandGitHub 12d13988c4 Missing slash in url (#2797)
Missing slash in url to full-configuration-reference
2022-02-13 07:38:24 -06:00
Blake Blackshear ee01396b36 update birdseye to handle stationary objects 2022-02-12 06:59:10 -06:00
Blake Blackshear 334e28fe54 use second stream in docs example 2022-02-12 06:43:46 -06:00
atinsleyandGitHub 9e4d921488 Update advanced.md (#2794)
Add details about how to specify a custom database location in config.yml
2022-02-12 06:28:56 -06:00
Blake Blackshear 95ab22d411 bump default stationary_threshold to 10s 2022-02-11 07:30:47 -06:00
Blake Blackshear 4e52461aa9 set stationary_threshold default to 5x fps 2022-02-11 07:12:51 -06:00
Blake Blackshear edc1884c4e add warning to storage docs 2022-02-11 06:15:15 -06:00
Blake Blackshear adbc54bcfe selectively increment position changes 2022-02-09 21:27:33 -06:00
Blake Blackshear 0b02f20b26 make stationary_threshold configurable 2022-02-08 07:40:45 -06:00
Blake Blackshear 24f9937009 fix resolution on reolink example 2022-02-06 14:15:19 -06:00