Nicolas Mowen
fe6577736e
Tuning Motion guide ( #6877 )
...
* start working on motion guide
* Update motion_detection.md
* Add to sidebar
* Add title / ID
* Fix typos
* Fix typos and clarify
* Formatting
* Add default values from reference config for each section
* Small grammar fix
* Move to cameras section
* Updates
* Clarify and improve wording
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
---------
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
2023-11-08 14:04:27 +00:00
Blake Blackshear
64537672e6
use skopeo to copy images ( #8539 )
2023-11-08 07:22:23 -06:00
Nicolas Mowen
ef36aabd30
Make output writing asynchronous ( #8530 )
...
* Don't wait for frame write in output process
* Formatting
* Handle websocket exception
* Limit camera queeue size to 1 second
2023-11-07 16:24:56 -07:00
Nicolas Mowen
ca84732574
Ensure storage cleanup doesn't fail ( #8531 )
2023-11-07 23:21:43 +00:00
Nicolas Mowen
0b828ef1ec
Only cache json requests with nginx ( #8529 )
...
* Only cache json requests
* Use map instead
2023-11-07 23:18:58 +00:00
tpjanssen
3359123364
Performance increase with lots of recordings ( #8525 )
...
* Performance increase with lots of recordings
* Formatting + review
* Update 020_update_index_recordings.py
Formatting
* Feedback + check fix
* Update 020_update_index_recordings.py
2023-11-07 23:18:26 +00:00
Nicolas Mowen
cc5357a31a
Remove iterator from recordings events ( #8522 )
2023-11-07 07:02:02 -07:00
Nicolas Mowen
f1b60f76eb
Fix go2rtc UDP port default config ( #8469 )
...
* Fix go2rtc UDP port
* fix
* Use correct port
* fix comment
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
---------
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
2023-11-07 11:33:33 +00:00
Nicolas Mowen
f29e152619
Revert TRT class id filtering ( #8497 )
2023-11-07 11:32:52 +00:00
Nicolas Mowen
92906a500a
Fix event only datetime check ( #8500 )
2023-11-07 11:32:31 +00:00
Nicolas Mowen
257bd89733
Reduce recording info timeout ( #8506 )
...
* Decrease timeout
* Use const for queue timeout
2023-11-07 11:32:11 +00:00
Josh Hawkins
1d99bb908d
only use max target box for relative zoom limiter ( #8509 )
2023-11-07 11:31:39 +00:00
Nicolas Mowen
591b91194a
Cleanup existing timeline entries ( #8495 )
...
* Cleanup existing timeline entries for beta users
* Formatting
2023-11-06 06:43:26 -07:00
Nicolas Mowen
2b2c831253
Set the min region size as the model size ( #8486 )
2023-11-06 06:45:37 -06:00
tpjanssen
08777100b5
Add /vod and /exports to Vite proxy config ( #8490 )
2023-11-06 06:44:53 -06:00
Nicolas Mowen
a482160691
Cleanup timeline entries ( #8489 )
2023-11-06 06:42:10 -06:00
Nicolas Mowen
89dd114da1
Write recording segments to cache with timezone info ( #8468 )
...
* Store recording segments with timezone info
* Don't use _
* Use different separator due to timezone
2023-11-05 14:30:29 -06:00
Nicolas Mowen
4c05ef48a7
Add dependabot to tensorrt python deps ( #8455 )
2023-11-05 14:29:06 -06:00
Nicolas Mowen
14c89c9b63
Fix periodic sync check ( #8472 )
...
* Fix periodic sync
* Formatting
2023-11-05 09:28:40 -07:00
Blake Blackshear
65e3e67a83
avoid import error for non-rk builds ( #8454 )
...
* avoid import error for non-rk builds
* linter
2023-11-04 07:56:35 -05:00
Nicolas Mowen
63233a5830
Periodically sync for stale recordings ( #8433 )
...
* Periodically cleanup recordings files / DB
* Make automatic sync limited ot last 36 hours
2023-11-04 02:21:29 +00:00
Nicolas Mowen
4f7b710112
Don't fail on invalid class IDs for TensorRT detector ( #8438 )
...
* Don't fail on invalid class IDs
* Fix whitespace
* Make log warning
2023-11-04 02:19:58 +00:00
coperni
ac53993f70
Add endpoint to restart Frigate ( #8440 )
...
* Add endpoint to restart Frigate
The only means of restarting Frigate remotely is to issue
a restart topic on the server's websocket. It's
convenient to also expose this capability via HTTP endpoint.
* Add new section to API docs
* Remove extra line
2023-11-04 02:19:29 +00:00
Josh Hawkins
ef750e73a2
add motion mask recommendation ( #8448 )
2023-11-04 02:18:43 +00:00
Nicolas Mowen
7270eef6bf
Don't fail on 0 rms ( #8447 )
2023-11-04 02:18:23 +00:00
Marc Altmann
b54aaad382
fix rknn.py ( #8434 )
...
Co-authored-by: MarcA711 <>
2023-11-03 00:12:54 +00:00
Josh Hawkins
fc36be4f88
suppress error by overriding class func ( #8431 )
2023-11-02 23:24:14 +00:00
Blake Blackshear
aefecad4c0
Update deps ( #8426 )
...
* update web deps
* other deps
2023-11-02 13:36:49 +00:00
Nicolas Mowen
c57528cbcf
Fix rk build ( #8430 )
2023-11-02 13:36:34 +00:00
Marc Altmann
090294e89b
Initial support for rockchip boards ( #8382 )
...
* initial support for rockchip boards
* Apply suggestions from code review
apply requested changes
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* requested changes
* rewrite dockerfile
* adjust targets
* Update .github/workflows/ci.yml
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* Update docs/docs/configuration/object_detectors.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* Update docs/docs/configuration/object_detectors.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* add information to docs
* Update docs/docs/configuration/object_detectors.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* format rknn.py
* apply changes from isort and ruff
---------
Co-authored-by: MarcA711 <>
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-11-02 12:55:24 +00:00
Nicolas Mowen
a6279a0337
Clean up RPi ffmpeg presets ( #8428 )
...
* Clean up rpi ffmpeg presets
* Remove from docs
* Put back encoding
2023-11-02 12:54:51 +00:00
Blake Blackshear
0dd3dd23aa
add support for docker secrets ( #8409 )
...
* add support for docker secrets
* check for directory first
2023-11-02 05:35:30 -05:00
Blake Blackshear
4bd29b2ee8
fix build tag ( #8408 )
2023-11-02 05:35:19 -05:00
Nicolas Mowen
cc79cbcadc
Improve robustness of storage maintenance ( #8411 )
...
* Improve robustness of storage maintenance
* Fix tests
* Fix test
2023-11-01 23:21:59 +00:00
Nicolas Mowen
89366d7b12
Add endpoint to return camera frame with regions grid overlaid ( #8413 )
...
* Add endpoint to view grid overload on camera frame
* Add api to docs
* Formatting
2023-11-01 23:21:30 +00:00
Josh Hawkins
6eff08eb2d
Add MQTT topic for active autotracking ( #8419 )
...
* prevent estimate clipping when autotracking
* use unclipped estimate in distance function only
* remove autotracking velocity changes
* publish on init
2023-11-01 23:20:26 +00:00
tpjanssen
8b6b83bd62
Filtering on Frigate+ submits in frontend ( #8344 )
...
* Initial draft for filtering Frigate+ submits in frontend
* Hide filter when Frigate+ is not enabled
* Update http.py
* Revert "Update http.py"
This reverts commit fa292682d6
.
2023-11-01 23:19:46 +00:00
Nicolas Mowen
8b6e3a0d37
Fix region when no data in grid ( #8415 )
...
* Fix region when no data in grid
* Make comment more clear
2023-11-01 23:19:17 +00:00
tpjanssen
8a9b26df4e
Visit camera directly from system page ( #8405 )
...
* Visit camera directly from system page
* Processed all feedback
* Changed button caption
2023-11-01 07:08:59 -06:00
tpjanssen
fd6a3bd5d2
API recordings snapsnot PNG fix ( #8401 )
...
* Update http.py
* Update http.py
Limit query results
2023-11-01 06:14:51 -05:00
Nicolas Mowen
8085ad4b4c
Ensure that birdseye error correction uses a resolution that is divisible by 4 ( #8398 )
2023-11-01 06:13:12 -05:00
Josh Hawkins
af24eb7dbf
Autotracking tweaks ( #8400 )
...
* optimize motion and velocity estimation
* change recommended fps and fix config validate
* remove unneeded var
* process at most 3 objects per second
* fix test
2023-11-01 06:12:43 -05:00
Blake Blackshear
d1620b4e39
clean passwords when both rtsp and http present ( #8399 )
2023-10-31 08:04:42 -05:00
Nicolas Mowen
ba603c1937
Make initialization configurable ( #8392 )
2023-10-30 20:26:31 -04:00
Nicolas Mowen
e89dafa82e
Handle recording checks in utc ( #8379 )
...
* Handle recording checks in utc
* Formatting
2023-10-30 20:25:21 -04:00
Nicolas Mowen
9d717b371c
Improve logic of birdseye ( #8375 )
...
* Improve logic of birdseye
* Formatting
2023-10-30 20:24:42 -04:00
Nicolas Mowen
3d70d29672
Delete export if it fails ( #8381 )
...
* Delete export if it fails
* Fix import
2023-10-30 20:24:11 -04:00
Nicolas Mowen
f1efd8dbe2
Use int for drawing box ( #8388 )
2023-10-30 19:53:29 -04:00
Blake Blackshear
159fb51518
implement nginx caching ( #8333 )
...
* implement nginx caching
* bypass cache from frigate frontend, reduce to 5s
* set cache time to 2s
* cache 200s for 5s
* exclude vod endpoints from cache
2023-10-29 06:47:24 -05:00
Blake Blackshear
cd64399fe5
add release workflow for images ( #8362 )
2023-10-28 10:08:53 -04:00