Commit Graph
100 Commits
Author SHA1 Message Date
Blake Blackshear e6cdb6a7a2 install docs clarification 2021-09-24 06:45:15 -05:00
Blake Blackshear 1d25936f31 add region/bbox/area to event table 2021-09-23 07:31:48 -05:00
Blake Blackshear 1049673413 run nginx as root
this addresses an issue many have had when using network shares
2021-09-20 19:02:59 -05:00
Blake Blackshear c3109f808c allow partial days in retention settings 2021-09-20 18:59:16 -05:00
Blake Blackshear a943ac1308 use s6 to shutdown frigate 2021-09-18 07:40:27 -05:00
Blake Blackshear 96319e795c docs clarification for masks 2021-09-17 19:21:03 -05:00
Blake Blackshear 5a8016de87 simplify logic and fix wrong segments expiring (fixes #1779) 2021-09-17 17:15:16 -05:00
Blake Blackshear bc350644bd make expiration of deleted camera footage faster 2021-09-17 17:12:03 -05:00
Blake Blackshear c793500ad2 add udp camera example to docs 2021-09-15 07:33:50 -05:00
Blake Blackshear 1b2134c49e remove clip_ready event type
this doesnt really mean anything more than "end" anymore. new has_clip property added
2021-09-15 07:16:52 -05:00
Blake Blackshear 86a5b46c68 more docs updates 2021-09-14 08:07:36 -05:00
Blake Blackshear f83d4a58dd add version to the logs on startup 2021-09-13 22:02:23 -05:00
Blake Blackshear a5f241d5bd cleanup ha notification docs 2021-09-13 22:02:12 -05:00
Blake Blackshear 661f7baa21 fix global live config 2021-09-13 20:33:00 -05:00
Blake Blackshear 7b063a19dc remove fps arg for mjpeg 2021-09-12 14:51:59 -05:00
Blake Blackshear 0320d94ea6 docs updates 2021-09-12 14:48:21 -05:00
Blake Blackshear 89e317a6bb store start/end event with pre/post capture to avoid expiring wanted recordings 2021-09-11 08:34:27 -05:00
Blake Blackshear 5a209caed3 Merge remote-tracking branch 'origin/master' into release-0.9.0 2021-09-08 09:03:14 -04:00
Blake Blackshear 288b1a0562 remove nested enabled config setting on events 2021-09-08 08:02:26 -05:00
Blake Blackshear e8eb3125a5 disallow extra keys in config 2021-09-04 16:56:01 -05:00
Blake Blackshear 8109445fdd fix color config for ts (fixes #1679) 2021-09-04 16:40:10 -05:00
Blake Blackshear f63a7cb6c0 remove font_scale in timestamp_style and calculate dynamically again 2021-09-04 16:34:48 -05:00
Blake Blackshear 7fc5297f60 aarch64 makefile fix 2021-09-03 07:13:05 -05:00
Blake Blackshear 6c28613def moar speed 2021-09-03 06:31:06 -05:00
Blake Blackshear 56480dc1ef bulk delete recordings 2021-09-02 20:40:38 -05:00
Blake Blackshear 8e1c15291d optimize checking recordings for events
sorts events and recordings so you can avoid a cartesian product of checking all events against all recordings
2021-09-02 08:24:53 -05:00
Blake Blackshear a1e52c51b1 dont expire events in two places 2021-09-01 07:06:52 -05:00
Blake Blackshear 8cc834633e reduce db queries for recording cleanup 2021-09-01 06:44:05 -05:00
Blake Blackshear 7d65c05994 properly handle scenario with no recordings 2021-08-30 06:58:50 -05:00
Blake Blackshear d74021af47 reverse sort events within hour 2021-08-29 07:46:09 -05:00
Blake Blackshear 46fe06e779 tweak vod settings for varying iframe intervals 2021-08-28 21:26:23 -05:00
Blake Blackshear fbea51372f sync global snapshot options (fixes #1621) 2021-08-28 09:14:00 -05:00
Blake Blackshear fa5ec8d019 cleanup global and camera detect config (fixes #1615) 2021-08-28 08:51:51 -05:00
Blake Blackshear 11c425a7eb error on invalid role 2021-08-28 08:16:25 -05:00
Blake Blackshear 0d352f3d8a use model from frogfish release 2021-08-28 08:04:29 -05:00
Blake Blackshear 6ccff71408 handle missing camera names 2021-08-28 07:43:51 -05:00
Blake Blackshear 41fea2a531 fix match for websocket url (fixes #1633) 2021-08-28 07:42:30 -05:00
Blake Blackshear 3d6dad7e7e reverse sort within a day for recordings 2021-08-27 07:26:11 -05:00
Blake BlackshearandGitHub bddde74c06 Update issue templates 2021-08-24 07:01:29 -05:00
Blake Blackshear 29de723267 limit legacy expiration to files after the oldest recording in the db 2021-08-24 06:50:58 -05:00
Blake Blackshear 26424488a5 use find to reduce CPU usage for legacy expiration 2021-08-23 07:21:27 -05:00
Blake Blackshear 334095252c copy then delete (fixes #1516) 2021-08-17 06:52:15 -05:00
Blake Blackshear 1c85f774eb move colormap to config 2021-08-16 08:02:04 -05:00
Blake Blackshear bbf0fc8324 use CPu detector by default 2021-08-16 07:39:20 -05:00
Blake Blackshear b143e11e0e cleanup logging 2021-08-16 07:38:53 -05:00
Blake Blackshear 2181379475 stop using pycoral libs for efficiency 2021-08-15 09:14:13 -05:00
Blake Blackshear 45798d6d14 clean house on clips 2021-08-15 08:30:27 -05:00
Blake Blackshear f6d5e96dbf update FAQ 2021-08-14 14:23:18 -05:00
Blake Blackshear e18aa56427 Merge remote-tracking branch 'origin/master' into release-0.9.0 2021-08-14 14:19:10 -05:00
Blake Blackshear f3a1c1de0a move width/height/fps under detect and make required
also resizes the output from ffmpeg to specified size
2021-08-14 14:18:35 -05:00
Blake Blackshear 0ccf543ec1 clarify a few things in logs 2021-08-14 14:04:00 -05:00
Blake Blackshear b33f4e2dc6 assume the clip for the event exists with recordings 2021-08-12 06:42:44 -05:00
Blake Blackshear 9cab5da74c cleanup dynamic mp4 clips 2021-08-11 07:39:03 -05:00
Blake Blackshear 189b9c6648 use a nginx internal redirect 2021-08-11 06:22:26 -05:00
Blake Blackshear 1823bd0305 fix scaling 2021-08-09 07:46:28 -05:00
Blake Blackshear dc759a3e56 use new pycoral libraries 2021-08-07 15:34:55 -05:00
Blake Blackshear 4818c08fe2 update for coral updates 2021-08-07 15:33:10 -05:00
Blake Blackshear a94b61ef91 increase jsmpeg buffer size 2021-07-21 08:11:16 -05:00
Blake Blackshear e51021c573 switch default live resolution to 720 2021-07-21 07:47:11 -05:00
Blake Blackshear 19115fb828 handle exception when missing frame 2021-07-16 07:28:30 -05:00
Blake Blackshear 50f0c05e69 fix motion mask overlay 2021-07-13 08:56:20 -05:00
Blake Blackshear 6b26fc753e include ffmpeg_cmds in config endpoint 2021-07-10 06:40:50 -05:00
Blake Blackshear ebee204ca0 ensure default args propogate 2021-07-10 06:40:50 -05:00
Blake Blackshear 1a3567c5d0 arch specific s6-overlay 2021-07-10 06:40:50 -05:00
Blake Blackshear 4fa6fa2001 revert ffmpeg version 2021-07-10 06:40:50 -05:00
Blake Blackshear 92aa16c556 add labelmap customization to the config (fixes #507) 2021-07-07 22:58:18 -05:00
Blake Blackshear a3853af47a fix test 2021-07-07 22:58:18 -05:00
Blake Blackshear f26f7b8d3f make default motion a little more sensitive 2021-07-07 07:33:14 -05:00
Blake Blackshear f4aa02cc19 allow specific objects to be listed for a zone (fixes #1123) 2021-07-07 07:33:14 -05:00
Blake Blackshear da2492413f publish on zone change (fixes #1310) 2021-07-07 07:03:28 -05:00
Blake Blackshear 3876b00088 useCallback here too 2021-07-06 07:36:37 -05:00
Blake Blackshear b1dfee2cf5 update docs 2021-07-06 07:36:37 -05:00
Blake Blackshear 13c2c582ad remove default value changes 2021-07-06 07:36:37 -05:00
Blake Blackshear f892a821f5 no need to worry about payload here 2021-07-06 07:36:37 -05:00
Blake Blackshear 3712a8ab80 use kisak-mesa repo 2021-07-03 12:38:37 -05:00
Blake Blackshear 4ee7240ef3 update makefile versions 2021-07-03 12:38:37 -05:00
Blake Blackshear df8126de73 no-cache for docker buiilds 2021-07-03 12:38:37 -05:00
Blake Blackshear 2eddbe3d03 use intel repo for va drivers 2021-07-03 12:38:37 -05:00
Blake Blackshear 46dad7b58d use non-free va driver fixes #581 2021-07-03 12:38:37 -05:00
Blake Blackshear eb5e6d19fa update to 4.3.2 2021-07-03 12:38:37 -05:00
Blake Blackshear 5afeb6e081 no-cache and pull for build 2021-07-03 12:38:37 -05:00
Blake Blackshear 17944882f4 formatting 2021-07-03 12:38:37 -05:00
Blake Blackshear b24bb3eb18 add range to birdseye quality config 2021-07-02 07:52:02 -05:00
Blake Blackshear 98d8118fb2 add options to define jpeg quality 2021-07-02 07:52:02 -05:00
Blake Blackshear 3e1b680e4c update motion docs (fixes #1176) 2021-07-01 07:54:09 -05:00
Blake Blackshear b4e7e51e63 make contour_area dynamic 2021-07-01 07:54:09 -05:00
Blake Blackshear 2a41a9d3ff set min motion frame to 180 2021-07-01 07:54:09 -05:00
Blake Blackshear 09b0068d16 fix cache cleanup (fixes #1231) 2021-06-30 06:38:36 -05:00
Blake Blackshear f9457be109 add test for max_disappeared default 2021-06-27 08:13:48 -05:00
Blake Blackshear e9291fe9d1 make max_disappeared optional with default value 2021-06-27 08:13:48 -05:00
Blake Blackshear dada764d2c expand dockerignore 2021-06-23 08:15:15 -05:00
Blake Blackshear 762afb8f43 add config for camera live stream 2021-06-23 08:15:15 -05:00
Blake Blackshear f009897eca clear position before copy 2021-06-23 08:15:15 -05:00
Blake Blackshear fa61e9da29 maintain aspect ratio for birdseye 2021-06-23 08:15:15 -05:00
Blake Blackshear 0ff037997f fixup timestamp config 2021-06-23 08:15:15 -05:00
Blake Blackshear e8c2cfa5b5 no need to hang onto the last active frame 2021-06-23 08:15:15 -05:00
Blake Blackshear fb214b64ca reset layout_dim too 2021-06-23 08:15:15 -05:00
Blake Blackshear 222dc2f7c9 remove console log 2021-06-23 08:15:15 -05:00
Blake Blackshear f94a946418 add fullscreen to jsmpeg player 2021-06-23 08:15:15 -05:00
Blake Blackshear 515d8c04ad Update cameras.md 2021-06-22 06:33:04 -05:00