Commit Graph
1359 Commits
Author SHA1 Message Date
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
Alex YaoandGitHub a2d1bd2c67 Document JPEG streams (#2586)
* Document JPEG streams

* Update camera_specific.md
2022-02-02 07:27:22 -06: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
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
9edf38347c safe refactoring (#2552)
Co-authored-by: YS <ys@gm.com>
2021-12-31 11:59:43 -06:00
TJ HornerandGitHub 1569ce7cf6 Change JPEG mime type (#2543) 2021-12-30 17:03:29 -06:00
Felipe SantosandGitHub bb68a2405b Improve audio conversion tip (#2140)
* Improve audio convert guide

* Mention faq in RTMP configuration

* Add example for audio conversion tip

* Change comma to period

* Explain why this is needed
2021-12-29 08:57:32 -06:00
Blake Blackshear db1255aa7f disable disk sync on startup v0.10.0-beta6 2021-12-13 06:51:03 -06:00
Blake Blackshear 609b436ed8 fix migrations 2021-12-13 06:50:06 -06:00
Blake Blackshear 95bdf9fe34 check for apex dir v0.10.0-beta5 2021-12-12 10:27:01 -06:00
MrNormandGitHub 42ac4172ff Add passthrough information for PCIe Coral TPU (#2200) 2021-12-12 09:31:52 -06:00
Ryan McLeanandGitHub 251d29aa38 #2117 change entered_zones from set to list so that they are not automatically alphabetically ordered (#2212) 2021-12-12 09:29:57 -06:00
Justin GoetteandGitHub 156e1a4dc2 Allow for ".yaml" (#2244)
* allow for ".yaml"

* remove unused import
2021-12-12 09:27:05 -06:00
Matt ClaytonandBlake Blackshear a5c13e7455 Add temperature of coral tpu to telemetry mqtt message 2021-12-12 09:22:32 -06:00
Blake Blackshear fcb4aaef0d limit vod response cache 2021-12-12 09:21:45 -06:00
Blake Blackshear 589432bc89 update docs 2021-12-12 09:21:45 -06:00
Blake Blackshear b19a02888a expire overlapping segments based on mode 2021-12-12 09:21:45 -06:00
Blake Blackshear 18fd50dfce store objects and motion counts in the db 2021-12-12 09:21:45 -06:00
Blake Blackshear df0246aed8 warn when retention mismatch 2021-12-12 09:21:45 -06:00
Blake Blackshear cbb2882123 refactor segment stats logic 2021-12-12 09:21:45 -06:00
Blake Blackshear 9f18629df3 switch to retain config instead of retain_days 2021-12-12 09:21:45 -06:00
Blake Blackshear 63f8034e46 pass processed tracked objects 2021-12-12 09:21:45 -06:00
Blake Blackshear f3efc0667f retain frame data for recording maintenance 2021-12-12 09:21:45 -06:00
Blake Blackshear af001321a8 fix process_clip 2021-12-12 09:21:45 -06:00
Blake Blackshear 92e08b92f5 sync recordings with disk once on startup 2021-12-12 09:21:45 -06:00