luzik
b44e6cd5dc
typo in live config documentation ( #5760 )
...
I believe that we should use defined rtsp_cam_sub, not test_cam_sub
2023-03-17 17:15:38 -05:00
Blake Blackshear
2d9556f5f3
set threads to 2 ( #5747 )
2023-03-17 17:14:57 -05:00
Blake Blackshear
e82f72a9d3
clarify that mqtt is required in frigate config for home assistant ( #5722 )
2023-03-15 17:43:36 -05:00
Blake Blackshear
ce2d589a28
fix config ( #5721 )
2023-03-14 08:51:09 -05:00
Blake Blackshear
750bf0e79a
Revert "Update ffmpeg args with low risk improvements ( #5519 )" ( #5715 )
...
This reverts commit 52459bf348
.
2023-03-14 08:25:27 -05:00
John Ritsema
4dc6c93cdb
docs: adds note about dynamic config ( #4882 )
...
* docs: adds note about dynamic config
* less technical verbiage
* removes `dynamic configuration` verbiage
* list all replaceable values
2023-03-07 06:28:51 -06:00
Nicolas Mowen
f7e9507bee
Fix typo ( #5655 )
2023-03-06 21:06:36 -06:00
Nicolas Mowen
7ed715b371
Make note of other supervised limitations ( #5627 )
2023-03-03 17:44:32 -06:00
Nicolas Mowen
318240c14c
Add docs for time / date styling ( #5572 )
...
* Add docs for time / date styling
* Convert 12hour time format option to enum
* Change option in web
* Add docs with examples
* Fix errors in docs
* Fix mismatched names
2023-02-26 09:37:18 -06:00
Nicolas Mowen
9621b4b9a1
Add tips for debugging playback issues ( #5574 )
2023-02-23 21:23:14 -06:00
Nicolas Mowen
c13dd132ee
Clean up camera specific docs ( #5556 )
2023-02-21 06:26:43 -06:00
Nicolas Mowen
80135342c2
Update Go2rtc to 1.2.0 ( #5528 )
...
* Update dep
* Update docs
2023-02-19 07:49:12 -06:00
yeahme49
c2b13fdbdf
Add new models to docs ( #5533 )
...
Yolov7-640, Yolov7-320, Yolov7x-640 and Yolov7x-320 models got added to the download_yolo.sh script that gets used as part of generating tensorrt models so they can now be generated
2023-02-19 07:41:55 -06:00
Anil Ozyalcin
0592c8b0e2
YOLOv5 & YOLOv8 support for the OpenVINO Detector ( #5523 )
...
* Initial commit that adds YOLOv5 and YOLOv8 support for OpenVINO detector
* Fixed double inference bug with YOLOv5 and YOLOv8
* Modified documentation to mention YOLOv5 and YOLOv8
* Changes to pass lint checks
* Change minimum threshold to improve model performance
* Fix link
* Clean up YOLO post-processing
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-02-19 07:39:47 -06:00
Nicolas Mowen
c901707670
Docs & WebUI Cleanup ( #5527 )
...
* Remove browser from timezone description
* Remove outdated info
2023-02-17 11:02:33 -06:00
Nicolas Mowen
52459bf348
Update ffmpeg args with low risk improvements ( #5519 )
...
* Add threads 1 to input / output args
* Remove cuvid from hwaccel
* Update docs for new args
* Formatting
2023-02-16 15:44:10 -07:00
Nicolas Mowen
b69c0daadb
Add docs for required_zones ( #5499 )
...
* Add docs for required_zones
* fix spacing
2023-02-15 06:30:29 -06:00
Nicolas Mowen
56d2978bc8
Remove more outdated restream from docs ( #5497 )
2023-02-14 17:19:07 -06:00
Nicolas Mowen
1ef109e171
Remove restream role mention ( #5468 )
2023-02-12 15:29:08 -06:00
Nicolas Mowen
c74c9ff161
Add nvidia detector inference times from survey ( #5456 )
...
* Add nvidia detector inference times from survey
* Fix typo
* Update hardware.md
2023-02-11 19:59:36 -06:00
Felipe Santos
babd976533
Bump go2rtc from 1.1.1 to 1.1.2 ( #5440 )
...
* Bump go2rtc from 1.1.1 to 1.1.2
* Update go2rtc version in docs
2023-02-09 09:32:46 -06:00
Nicolas Mowen
c0bf69b4bf
add note about go2rtc webui ( #5430 )
2023-02-08 21:26:38 -06:00
Nicolas Mowen
b6b10e753f
Update docs for H265 ( #5398 )
...
* Update hwaccel docs for h265
* Update camera specific
* Update hardware_acceleration.md
* Update hardware_acceleration.md
2023-02-06 07:54:01 -06:00
Blake Blackshear
3b9bcb356b
update presets docs ( #5386 )
2023-02-05 09:12:40 -06:00
Blake Blackshear
e8cd25ddf2
Docs tweaks ( #5379 )
...
* add note about cameras needing ffmpeg for go2rtc
* clarify error message on GPU stats
2023-02-04 08:47:27 -06:00
Anil Ozyalcin
b33094207c
YOLOX support for OpenVINO Detector ( #5285 )
...
* Initial commit to enable Yolox models with OpenVINO in Frigate
* Fix ModelEnumtType import error in openvino.py
* Initial edit of the docs to include verbage about yolox
* Initial edit of the docs to include verbage about yolox
* Elaborate configuration and limitations in docs.
* Add capability to dynamically determine number of classes in yolox model
* Further refinements
* Removed unnecesarry comments, improved documentation, addressed PR items
* Fixed lint formatting issues
2023-02-03 19:36:37 -06:00
Nicolas Mowen
db131d4971
Add Low latency preset ( #5367 )
...
* Create new low latency preset
* Update chart for new preset
2023-02-03 19:33:25 -06:00
Nicolas Mowen
66881eb89f
Add examples of intel inference times from survey answers ( #5332 )
2023-02-01 18:10:24 -06:00
Nicolas Mowen
ad60f4894b
Update go2rtc to 1.1.1 ( #5333 )
...
* Update go2rtc to 1.1.1
* Remove redundant qualifiers
* Remove qualifiers
* Set default_query
* Update version
2023-02-01 18:09:56 -06:00
Blake Blackshear
f06e8b47be
Docs updates, fix recording warnings, default log level for ws4py ( #5294 )
...
* set default log level for ws4py
* proactively cleanup cache in all retain modes
* docs updates
* typo
* fix link
* updates
2023-01-30 17:42:53 -06:00
CZonin
78dc75a4f1
Add "" to go2rtc docs examples ( #5292 )
...
* Update live.md
Placed `ffmpeg:http_cam#audio=opus` in quotes so it doesn't appear as commented out in docs.
* Update restream.md
Placed `ffmpeg:http_cam#audio=opus` in quotes so it doesn't appear as commented out in docs.
2023-01-29 17:25:51 -06:00
Nicolas Mowen
77876bd663
Add docs for adding authentication to rtsp restream ( #5289 )
...
* Add docs for adding authentication to rtsp restream
* Update restream.md
* Update restream.md
* Remove duplicate docs
2023-01-29 17:22:40 -06:00
Nicolas Mowen
93f2316711
Update live.md ( #5254 )
2023-01-27 06:14:02 -06:00
Nicolas Mowen
9ddcf7b1fe
Add exec docs ( #5230 )
2023-01-25 18:37:48 -06:00
James L
07c635d822
Add config option to disable version check ( #5208 )
...
* Add config option to disable version check
* Add note to docs
2023-01-25 18:36:26 -06:00
Nicolas Mowen
6ed8977548
Update flv docs ( #5238 )
...
* Update camera_specific.md
* Update restream.md
2023-01-25 18:35:27 -06:00
Felipe Santos
e50cccc78a
Upgrade go2rtc from 1.0.0 to 1.0.1 ( #5235 )
...
https://github.com/AlexxIT/go2rtc/releases/tag/v1.0.1
2023-01-25 18:35:12 -06:00
sev
edbdbb7f07
Update NVIDIA hwdecode docs ( #5182 )
...
Closes #4716
2023-01-22 10:27:13 -06:00
Nicolas Mowen
4bb5785d89
Update go2rtc to 1.0.0 ( #5173 )
...
* Update Dockerfile
* update version in docs
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
2023-01-20 20:59:03 -06:00
Nicolas Mowen
36c6ee73fe
Update Nvidia Hwaccel Docs ( #5172 )
...
* Update hardware_acceleration.md
* Update hardware_acceleration.md
* Update hardware_acceleration.md
* Update hardware_acceleration.md
* Update docs/docs/configuration/hardware_acceleration.md
Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
2023-01-20 20:41:34 -06:00
Nicolas Mowen
d22e25064b
Fix reolink docs and add example of manual ffmpeg restream ( #5165 )
...
* Update camera_specific.md
* Update restream.md
2023-01-19 08:14:38 -06:00
Nicolas Mowen
fb85c8ca54
Optimize restream docs ( #5132 )
...
* Update live.md
* Update restream.md
* Update live.md
* Update camera_specific.md
* Update restream.md
* Update live.md
* Update live.md
* Update restream.md
* Typo
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
2023-01-18 17:50:06 -06:00
Felipe Santos
e2239d36c9
Auto discover internal WebRTC candidate for add-on ( #5089 )
...
* Auto discover internal WebRTC candidate for add-on
* Write logs to stderr
* Fix port number
* Integrate with newest changes
* Update docs
* Use local variable more
* Use Python to write file, fix JSON->YAML
* Store into variable
* Update docs/docs/configuration/live.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* Update docs/docs/configuration/live.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* Update docs/docs/configuration/live.md
* Update docs/docs/configuration/live.md
* Refator s6 scripts to the new format
* Remove unneeded workaround
* Update docker/rootfs/usr/local/go2rtc/create_config.py
* Migrate logging to new s6 format
* Remove more unnecessary s6 variables
* Fix prepare-log and when go2rtc is not present in config
* Restart the whole container if either Frigate or go2rtc fails
* D
* Fix service name in finish
* Fix nginx finish comment
* Restart improvements
* Fix devcontainer
* Fix format
* Update Dockerfile
Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
* Improve scripts logging
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-01-18 17:23:40 -06:00
Felipe Santos
89513e469a
Fix shm size calculation ( #5123 )
...
* Fix shm size calculation
* Improve shm examples
* Add note about default shm size for add-ons
* adjust language
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
2023-01-18 07:46:57 -06:00
Nicolas Mowen
ef9338f5af
Remove rpi warning about not working hwaccel ( #5145 )
2023-01-17 22:36:27 -06:00
Nicolas Mowen
19afb035ff
Rewrite restream ( #5106 )
...
* Tear out restream config
* Rework birdseye restream
* Create go2rtc config handler
* Fix bug
* Write start script
* Rework style
* Fix python run syntax
* Output as json instead of yaml
* Put old live config back and fix birdseye references
* Fix camera webUI
* Add frigate env var subsitutions
* Fix webui checks
* Check keys
* Remove unused prest
* Fix tests
* Update restream docs
* Update restream docs
* Update live docs
* Update camera specific recommendation
* Update more docs
* add links for the docs
Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
* Update note about supported audio codecs
* Move restream to go2rtc
* Docs fixes
* Add verification of stream name
* Ensure that webUI uses camera name
* Update docs to reflect new live stream name
* Fix check
* Formatting
* Remove audio from detect
Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
* Fix docs
* Don't handle env variable substitution
* Add go2rtc version
* Clarify docs
Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
2023-01-16 17:50:35 -06:00
Nicolas Mowen
99577a57e6
Add specific presets for restream and record with audio ( #5094 )
...
* Add more ffmpeg presets
* Update docs
* Update tests
* Update docs to optimize setup
2023-01-15 09:40:42 -06:00
Nicolas Mowen
01b9d4d848
Rework audio encoding for restream ( #5092 )
...
* Use memo for recordings timezone
* Add audio encoding field and simplify stream creation
* Update docs and tests
* Fix bad logic
2023-01-15 09:38:19 -06:00
Felipe Santos
daadd206dd
Update live view documentation to match newest go2rtc ( #5083 )
...
* Remove host network suggestion from docs
* Mention alternative network modes
* Update docs/docs/configuration/live.md
* Update docs/docs/configuration/live.md
* Wording tweaks
* Update docs/docs/configuration/live.md
* Update docs/docs/configuration/live.md
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
2023-01-15 09:35:21 -06:00
Felipe Santos
24410849b7
Revisit FAQs ( #5084 )
2023-01-14 11:02:20 -06:00