Commit Graph
1205 Commits
Author SHA1 Message Date
Nicolas MowenandGitHub 8a78c95878 Merge branch 'blakeblackshear:release-0.10.0' into release-0.10.0 2022-02-06 14:11:00 -07:00
Blake Blackshear ad4929c621 increment motionless_count v0.10.0-beta9 2022-02-06 14:50:15 -06:00
Blake Blackshear 9a0d276761 allow motion based retention when detect is disabled 2022-02-06 14:49:54 -06:00
Nick Mowen 3aaa100fb3 Merge branch 'release-0.10.0' of github.com:blakeblackshear/frigate into release-0.10.0 2022-02-06 13:45:41 -07:00
Nick Mowen 99eda15ef8 Merge branch 'release-0.10.0' of github.com:NickM-27/frigate into release-0.10.0 2022-02-06 13:45:06 -07:00
Blake Blackshear 24f9937009 fix resolution on reolink example 2022-02-06 14:15:19 -06:00
Blake Blackshear 4e23967442 clarify addon versions 2022-02-06 14:15:06 -06:00
Blake Blackshear acc1022998 remove outdated output args tip 2022-02-06 14:02:18 -06:00
Blake Blackshear 02c91d4c51 clarify that zones are based on the bottom center 2022-02-06 14:00:27 -06:00
Blake Blackshear 5e156f8151 update addon urls 2022-02-06 13:56:09 -06:00
Blake Blackshear 47e0e1d221 add example for ios camera live feed notification 2022-02-06 13:46:57 -06:00
Blake Blackshear f57501d033 avoid rare divide by zero 2022-02-06 13:28:53 -06:00
Blake Blackshear 1a3f21e5c1 note for future 2022-02-06 13:28:45 -06:00
Blake Blackshear 5a2076fcab improve warning for retain modes 2022-02-06 10:12:49 -06:00
Blake Blackshear 2d5ec25dca invert active_count logic 2022-02-06 09:56:06 -06:00
Blake Blackshear 499f75e165 set has_clip to false when recordings fail 2022-02-06 09:49:01 -06:00
Blake Blackshear 3600ebca39 adjust error messages on ffmpeg crash 2022-02-06 08:46:41 -06:00
Blake Blackshear 50b5d40c10 add stacktrace to config validation errors 2022-02-06 08:40:24 -06:00
Blake Blackshear 21f1a98da4 add new properties to the docs 2022-02-06 08:17:46 -06:00
Blake Blackshear 21cc29be6f add additional info for non-H264 cameras 2022-02-06 07:57:36 -06:00
Blake Blackshear 794a9ff162 upgrade npm in dev container 2022-02-06 07:57:17 -06:00
Blake Blackshear 7b4cb95825 package updates for docs 2022-02-06 07:57:07 -06:00
Blake Blackshear b1e84ca7fe allow dash in camera name v0.10.0-beta8 2022-02-05 14:31:06 -06:00
Blake Blackshear e6ec5cb097 make motion the default retain mode v0.10.0-beta7 2022-02-05 09:38:22 -06:00
Blake Blackshear 23c70acd51 update stationary interval docs 2022-02-05 09:38:22 -06:00
Blake Blackshear 091648187f make expire interval configurable for users wanting to minimize i/o 2022-02-05 09:38:22 -06:00
Blake Blackshear 2b7d38f947 avoid extra tracking work on stationary frames 2022-02-05 09:38:22 -06:00
Blake Blackshear f801930588 use iou instead of centroid 2022-02-05 09:38:22 -06:00
Blake Blackshear 955c2779d9 dont stop scanning when there are other regions 2022-02-05 09:38:22 -06:00
Blake Blackshear 037f8667a6 default periodic checks to never 2022-02-05 09:38:22 -06:00
Blake Blackshear 307068a61f scan the frame on startup 2022-02-05 09:38:22 -06:00
Blake Blackshear 077d900b44 require a position change to be an active object 2022-02-05 09:38:22 -06:00
Blake Blackshear 92f9195075 randomize the region multiplier for variation 2022-02-05 09:38:22 -06:00
Blake Blackshear 82c60093d1 improve method for determining position
compares the centroid to a history of bounding boxes
2022-02-05 09:38:22 -06:00
Blake Blackshear 944b9181e0 if recording not on disk, delete from db and return 2022-02-05 09:38:22 -06:00
Blake Blackshear 326b368e82 cleanup clean snapshots on event deletion too 2022-02-05 09:38:22 -06:00
Blake Blackshear 040d8c9778 require url safe camera names 2022-02-05 09:38:22 -06:00
Nicolas MowenandGitHub e6efa2a311 Merge branch 'blakeblackshear:release-0.10.0' into release-0.10.0 2022-02-02 07:01:31 -07:00
Nick Mowen 7eec333492 Merge branch 'release-0.10.0' of github.com:NickM-27/frigate into release-0.10.0 2022-02-02 07:01:08 -07:00
Nick Mowen 9088dfde46 Merge branch 'release-0.10.0' of github.com:blakeblackshear/frigate into release-0.10.0 2022-02-02 07:00:33 -07:00
Bernt Christian EgelandandGitHub 273f803c7c Event Datepicker (#2428)
* new datepicker

* dev

* dev

* dev

* fix for version 0.10

* added rounded corners for date range

* lint

* Commented out some Select.test.

* improved date range selection

* improved functions with useCallback

* improved Select.test.jsx

* keyboard navigation

* keyboard navigation

* added dropdown menu icon

* Hide filters on xs, Button to show

* check if to far left before right

* Filter button text

* improved local timezone
2022-02-02 07:26:45 -06:00
Nicolas MowenandGitHub a22e3e149e Update comment for migrations 2022-01-19 14:32:25 -07:00
Nicolas MowenandGitHub e807f3a9af Remove unnecessary references to retain_indefinitely 2022-01-19 14:24:58 -07:00
Nick Mowen e310280a43 Ensure config doesn't update retained events to be deleted 2022-01-18 20:55:18 -07:00
Nick Mowen d55e71552a Merge branch 'master' of github.com:blakeblackshear/frigate into release-0.10.0 2022-01-18 16:45:40 -07:00
Nick Mowen e18e02c167 Merge branch 'release-0.10.0' of github.com:blakeblackshear/frigate into release-0.10.0 2022-01-14 07:46:32 -07:00
Nick Mowen 330fdc6405 Fix lint errors 2022-01-14 07:44:56 -07:00
bd8e23833c Run python unit tests in a github actions (#2589)
* tox tests initial commit

* run tests in the Dockerfile during the build phase

* remove local tests

Co-authored-by: YS <ys@gm.com>
2022-01-14 07:31:25 -06:00
Nick Mowen 77a9d44ddf Formatting 2022-01-13 20:14:29 -07:00
Nick Mowen de2cc08d5a Formatting 2022-01-13 20:12:41 -07:00