Commit Graph
5567 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 v0.9.0-rc4 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 v0.9.0-rc3 2021-09-12 14:51:59 -05:00
Blake Blackshear 0320d94ea6 docs updates 2021-09-12 14:48:21 -05:00
Jason HunterandBlake Blackshear a7b7a45b23 allow for custom object detection model via configuration 2021-09-12 07:17:26 -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
Dermot DuffyandBlake Blackshear d35b09b18f Refresh the HA installation instructions. 2021-09-05 11:14:28 -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
00ff76a0b9 Events performance (#1645)
* rearrange event route and splitted into several components

* useIntersectionObserver

* re-arrange

* searchstring improvement

* added xs tailwind breakpoint

* useOuterClick hook

* cleaned up

* removed some video controls for mobile devices

* lint

* moved hooks to global folder

* moved buttons for small devices

* added button groups

Co-authored-by: Bernt Christian Egeland <cbegelan@gmail.com>
2021-09-03 07:11:23 -05:00
Bernt Christian EgelandandBlake Blackshear b8df419bad hide birdseye nav if not enabled 2021-09-03 07:07:45 -05:00
Peter Campion-ByeandBlake Blackshear faf103152a Update optimizing.md
Need note about increasing GPU memory on Pi - otherwise ffmpeg hwaccel won't work
2021-09-03 07:04:21 -05:00
65855e23d9 Add RTMP and timestamp style to global config (#1674)
* :memo::white_check_mark:🔧 - Make RTMP config global

Fixes #1671

* :memo::white_check_mark:🔧 - Make timestamp style config global

Fixes #1656

* fix test function names

* formatter

Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
2021-09-03 07:03:36 -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 v0.9.0-rc2 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
4efc584816 Move event-view to events table. (#1596)
* fixed position for Dialog

* added eventId to deleted item

* removed page route redirect + New Close Button

* event component added to events list. New delete reducer

* removed event route

* moved delete reducer to event page

* removed redundant event details

* keep aspect ratio

* keep aspect ratio

* removed old buttons - repositioned to top

* removed console.log

* event view function

* removed clip header

* top position

* centered image if no clips avail

* comments

* linting

* lint

* added scrollIntoView when event has been mounted

* added Clip header

* added scrollIntoView to test

* lint

* useRef to scroll event into view

* removed unused functions

* reverted changes to event.test

* scroll into view

* moved delete reducer

* removed commented code

* styling

* moved close button to right side

* Added new close svg icon

Co-authored-by: Bernt Christian Egeland <cbegelan@gmail.com>
v0.9.0-rc1
2021-08-26 06:54:36 -05:00
ᗪєνιη ᗷυнʟandGitHub 10ab70080a fix: consistent error logging to mqtt connection issues (#1578) 2021-08-24 07:59:31 -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
Bernt Christian EgelandandBlake Blackshear 354a9240f0 reduced navbar padding / height 2021-08-23 07:47:39 -05:00
Bernt Christian EgelandandBlake Blackshear 5ae4f47e96 removed comma. This was causing the main window to be pulled down behind the headerbar, hence the odd menu behavior 2021-08-23 07:44:17 -05:00