Commit Graph
100 Commits
Author SHA1 Message Date
Blake Blackshear b82d75b79e avoid rare divide by zero 2022-02-18 21:18:26 -06:00
Blake Blackshear ac30091258 note for future 2022-02-18 21:18:26 -06:00
Blake Blackshear de58bdcc9f improve warning for retain modes 2022-02-18 21:18:26 -06:00
Blake Blackshear 329e5f8f91 invert active_count logic 2022-02-18 21:18:26 -06:00
Blake Blackshear 4a16171f96 set has_clip to false when recordings fail 2022-02-18 21:18:26 -06:00
Blake Blackshear f0212c2aa4 adjust error messages on ffmpeg crash 2022-02-18 21:18:26 -06:00
Blake Blackshear 7401cf2399 add stacktrace to config validation errors 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 0bef16bb17 upgrade npm in dev container 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 cf6e66c453 allow dash in camera name 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 7e7d70aa5b avoid extra tracking work on stationary frames 2022-02-18 21:18:26 -06:00
Blake Blackshear dd1cf4d2ce use iou instead of centroid 2022-02-18 21:18:26 -06:00
Blake Blackshear e627f4e935 dont stop scanning when there are other regions 2022-02-18 21:18:26 -06:00
Blake Blackshear c6445898ce default periodic checks to never 2022-02-18 21:18:26 -06:00
Blake Blackshear f1ddd0e6f7 scan the frame on startup 2022-02-18 21:18:26 -06:00
Blake Blackshear db369a5b7f require a position change to be an active object 2022-02-18 21:18:26 -06:00
Blake Blackshear 87cd618998 randomize the region multiplier for variation 2022-02-18 21:18:26 -06:00
Blake Blackshear 338e4004d4 improve method for determining position
compares the centroid to a history of bounding boxes
2022-02-18 21:18:26 -06:00
Blake Blackshear 675f21e23a if recording not on disk, delete from db and return 2022-02-18 21:18:26 -06:00
Blake Blackshear 4d2d11193f cleanup clean snapshots on event deletion too 2022-02-18 21:18:26 -06:00
Blake Blackshear 69aaf1f8e6 require url safe camera names 2022-02-18 21:18:26 -06:00
Blake Blackshear e6292c719d disable disk sync on startup 2022-02-18 21:18:26 -06:00
Blake Blackshear 7c74bf2566 fix migrations 2022-02-18 21:18:26 -06:00
Blake Blackshear 2c91e7853c check for apex dir 2022-02-18 21:18:26 -06:00
Blake Blackshear a2ddb12eb3 limit vod response cache 2022-02-18 21:18:26 -06:00
Blake Blackshear 985bd6d9bd update docs 2022-02-18 21:18:26 -06:00
Blake Blackshear ec3c15e4a7 expire overlapping segments based on mode 2022-02-18 21:18:26 -06:00
Blake Blackshear 188b202836 store objects and motion counts in the db 2022-02-18 21:18:26 -06:00
Blake Blackshear 01e607a14e warn when retention mismatch 2022-02-18 21:18:26 -06:00
Blake Blackshear 5b164b72dc refactor segment stats logic 2022-02-18 21:18:26 -06:00
Blake Blackshear dcf65febba switch to retain config instead of retain_days 2022-02-18 21:18:26 -06:00
Blake Blackshear 56a2d4e64d pass processed tracked objects 2022-02-18 21:18:26 -06:00
Blake Blackshear ef214fb80a retain frame data for recording maintenance 2022-02-18 21:18:26 -06:00
Blake Blackshear 93f418ac0b fix process_clip 2022-02-18 21:18:26 -06:00
Blake Blackshear 689af4ff87 sync recordings with disk once on startup 2022-02-18 21:18:26 -06:00
Blake Blackshear 4ab0927de8 no need to expire recordings every minute 2022-02-18 21:18:26 -06:00
Blake Blackshear 014e6fc909 ensure cache copies when events have ended 2022-02-18 21:18:26 -06:00
Blake Blackshear 6832575643 cleanup missing files from database once per hour 2022-02-18 21:18:26 -06:00
Blake Blackshear 07ad2d97b1 handle missing file edge case 2022-02-18 21:18:26 -06:00
Blake Blackshear 039f1a522e log error messages on vod endpoints 2022-02-18 21:18:26 -06:00
Blake Blackshear 24e2f84231 ensure duration > 0 for segments 2022-02-18 21:18:26 -06:00
Blake Blackshear e0c0033852 use snapshot url to support in progress events 2022-02-18 21:18:26 -06:00
Blake Blackshear c50e9d48bf ensure stationary interval is greater than 0 2022-02-18 21:18:26 -06:00
Blake Blackshear 173eaabddf add duration to cache 2022-02-18 21:18:26 -06:00
Blake Blackshear a748b70da1 avoid running ffprobe for each segment multiple times 2022-02-18 21:18:26 -06:00
Blake Blackshear 8eabe5dd41 warn if no wait time 2022-02-18 21:18:26 -06:00
Blake Blackshear 114415b5e1 keep 5 segments in cache 2022-02-18 21:18:26 -06:00
Blake Blackshear ba55b5a6db better cache handling 2022-02-18 21:18:26 -06:00
Blake Blackshear 7533f2a8ab avoid proactive messages with retain_days 0 and handle first pass 2022-02-18 21:18:26 -06:00
Blake Blackshear 543a8a1712 avoid divide by zero 2022-02-18 21:18:26 -06:00
Blake Blackshear 9b23ff597c revert switch to b/w frame prep 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 a0235b7da4 more robust cache management 2022-02-18 21:18:26 -06:00
Blake Blackshear 87e2300855 set retain when setting switches from frontend 2022-02-18 21:18:26 -06:00
Blake Blackshear 34bc6a6457 error handling for the recording maintainer 2022-02-18 21:18:26 -06:00
Blake Blackshear 273076e7f4 don't modify ffmpeg_cmd object 2022-02-18 21:18:26 -06:00
Blake Blackshear b29b311e92 fix ffmpeg config for env vars 2022-02-18 21:18:26 -06:00
Blake Blackshear 5a9e82c4b0 create ffmpeg commands on startup 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 0e43f452d2 use resolution of clip 2022-02-18 21:18:26 -06:00
Blake Blackshear 0695bb097d revamp process clip 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 e351e132f5 remove min frame height of 180 and increase contour area 2022-02-18 21:18:26 -06:00
Blake Blackshear 258215a3ae consolidate regions 2022-02-18 21:18:26 -06:00
Blake Blackshear 08ddfc100f improve contrast 2022-02-18 21:18:26 -06:00
Blake Blackshear 8ab6cba521 check for overlapping motion boxes 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
Blake Blackshear dde0498ed3 drop high overlap detections 2022-02-18 21:18:26 -06:00
Blake Blackshear 75c8570913 reduce detection rate for stationary objects 2022-02-18 21:18:26 -06:00
Blake Blackshear e36099a342 improve box merging and keep tracking 2022-02-18 21:18:26 -06:00
Blake Blackshear 2f2329ba44 only save recordings when an event is in progress 2022-02-18 21:18:26 -06:00
Blake Blackshear 6c8b184d2c version tick 2022-02-18 21:18:26 -06:00
Blake Blackshear edc1884c4e add warning to storage docs 2022-02-11 06:15:15 -06:00
Blake Blackshear 26ae6084ea fix rtmp again 2021-10-24 13:53:43 -05:00
Blake Blackshear 76142e9699 version tick 2021-10-24 13:53:43 -05:00
Blake Blackshear 5e692acfbb add links in docs to other sites 2021-10-23 09:41:32 -05:00
Blake Blackshear a67b8ab84d validate with runtime config (fixes #2055) 2021-10-23 08:21:15 -05:00
Blake Blackshear 4cf55ad8e2 Revert switch to mpegts format and audio default 2021-10-23 08:21:15 -05:00
Blake Blackshear c1132e6897 update ignore files 2021-10-23 08:21:15 -05:00
Blake Blackshear d6104f2eb2 add storage info to docs 2021-10-23 08:21:15 -05:00
Blake Blackshear b0e0abe385 improve performance of cache loop 2021-10-23 08:21:15 -05:00
Blake Blackshear 4916e1cd1d hide banner for ffmpeg conversion 2021-10-23 08:21:15 -05:00
Blake Blackshear cd87f3e6f4 fix old style recording cleanup 2021-10-23 08:21:15 -05:00
Blake Blackshear 18f4ab2644 version tick 2021-10-23 08:21:15 -05:00
Blake BlackshearandGitHub 25bb515afc Merge pull request #2026 from blakeblackshear/recording_fix
0.9.2
2021-10-19 20:43:25 -05:00
Blake Blackshear 7ab6961ee1 use live dimensions 2021-10-17 08:48:59 -05:00
Blake Blackshear ae24cf3bb2 set max width/height for live view 2021-10-17 07:48:56 -05:00
Blake Blackshear 2e494477a6 backwards compatibility for segment_type 2021-10-16 10:36:13 -05:00
Blake Blackshear 80b72c75d9 revert jest update 2021-10-16 08:12:22 -05:00
Blake Blackshear 9494bb7f5f frontend dependency updates 2021-10-16 07:57:59 -05:00
Blake Blackshear 86a741b6e6 assign roles when single input and consolidate validation 2021-10-16 07:46:39 -05:00
Blake Blackshear f738275d21 yell about config validation errors
for the people in the back
2021-10-16 07:17:36 -05:00
Blake Blackshear e297e02800 store audio by default 2021-10-16 06:06:49 -05:00
Blake Blackshear b2e05afff2 prevent oldest recording from being deleted 2021-10-15 21:56:03 -05:00
Blake Blackshear 05fc35fc3d update hardware docs 2021-10-15 21:29:36 -05:00