Blake Blackshear
da3e197534
Merge pull request #4055 from blakeblackshear/dev
...
0.12.0 Release
2023-04-08 09:24:50 -05:00
Blake Blackshear
0e61ea7723
cleanup hardware recommendations
2023-04-08 07:44:02 -05:00
mrmorganmurphy
f855b1a2b3
Update Unifi specific configuration ( #5927 )
...
* Update Unifi specific configuration
Provided more specific detail on what modifications are required to the Unifi camera rtsps links: change to rtspx to remove authentication and remove the ?enableSrtp to function on TCP. Provided a sample configuration for a Unifi camera.
* Update docs/docs/configuration/camera_specific.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* Update docs/docs/configuration/camera_specific.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-04-08 07:28:16 -05:00
Felipe Santos
bc16ad1f13
Fix small warning not appearing in go2rtc logs in UI ( #5882 )
...
I always forget that for the logs to appear there, they should not be sent to stderr but stdout.
2023-03-30 20:03:42 -05:00
Felipe Santos
1b8cd10142
Allow to override go2rtc binary in add-on ( #5876 )
2023-03-29 19:08:04 -05:00
Nicolas Mowen
83c80c570c
Cleanup docs based on RC feedback ( #5864 )
...
* Comment out timezone as it should not be set with None if copied
* Use "" for ffmpeg: so it does not appear as comment
* Add example to timezone setting
2023-03-29 19:06:19 -05:00
Patrick Decat
4c5cd02ab7
Fix confusing storage display when calculating per camera usage ( #5835 )
2023-03-25 16:49:46 -05:00
Nicolas Mowen
7d589bd6e1
Point go2rtc links in docs to 1.2.0 specifically ( #5816 )
...
* Point to specific tag of go2rtc docs
* Point to go2rtc 1.2.0 docs
* Point to go2rtc 1.2.0 docs
* Update camera_specific.md
2023-03-23 17:12:53 -05:00
Chris Cox
1bf3b83ef3
Fixed extension of config file ( #5803 )
...
* Fixed extension of config file
Using frigate.yml as the config file for the HA addon gives a validation error, the same contents in frigate.yaml work.
* More accurate description of config file handling.
* Update docs/docs/configuration/index.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2023-03-22 19:48:24 -05:00
Nicolas Mowen
b61b6f46cd
Update ha integration instructions to reflect new settings names ( #5806 )
2023-03-22 19:47:13 -05:00
Nicolas Mowen
ac339d411c
Make note that snapshots are required for Frigate+ ( #5807 )
...
* Make note that snapshots are required for Frigate+
* Fix spacing
2023-03-22 19:46:43 -05:00
Nicolas Mowen
3f17f871fa
Fix cleaning logs with rtsp in middle ( #5800 )
2023-03-21 17:21:37 -05:00
Nicolas Mowen
e454daf727
Fix timezone issues with strftime ( #5762 )
...
* Fix timezone issues with strftime
* Fix timezone adjustment
* Fix bug
2023-03-18 07:32:39 -05:00
luzik
732e527401
RTSP instead of RTMP in HA integration docs ( #5761 )
...
I believe that it should be RTSP there
2023-03-18 07:29:04 -05:00
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
Mitch Ross
b4e3d96829
Merge pull request #2 from bairhys/prometheus-metrics
...
Label process cpu and mem metrics with camera and detector names
2023-03-11 16:07:40 -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
Rhys Bailey
723b318041
Label process cpu and mem metrics with camera and detector names
2023-03-06 15:36:59 +11:00
Dermot Duffy
e8d8cc4f55
Return sub_labels in event summary information. ( #5642 )
2023-03-05 11:39:41 -06:00
Blake Blackshear
c20c982ad0
free up some disk space ( #5644 )
2023-03-05 09:14:11 -06:00
Nicolas Mowen
962bdc7fa5
Update detector support to be more generic ( #5638 )
2023-03-04 21:37:18 -06:00
Nicolas Mowen
a5e561c81d
Restrict menu height to ensure it does not overflow ( #5601 )
2023-03-03 17:45:25 -06:00
Nicolas Mowen
c4ebafe777
Fix plus menu not showing ( #5606 )
...
* Set end time for download event
* Set the value
2023-03-03 17:44:58 -06:00
Nicolas Mowen
7ed715b371
Make note of other supervised limitations ( #5627 )
2023-03-03 17:44:32 -06:00
Martin Weinelt
161e7b3fd7
Allow using full tensorflow in cpu/edgetpu detector plugins ( #5611 )
...
It supports the same entrypoints, given that tflite is a small cut-out
of the big tensorflow picture.
This patch was created for downstream usage in nixpkgs, where we don't
have the tflite python package, but do have the full tensorflow package.
2023-03-03 17:44:17 -06:00
Nicolas Mowen
42eaa13402
Enable CORS for go2rtc by default ( #5610 )
...
* Enable CORS for go2rtc by default
* Fix typo
2023-03-03 17:43:50 -06:00
Nicolas Mowen
17c26c9fa9
Sub label filter fixes ( #5602 )
...
* Fix list access issue
* Specifically include item when in list or individual only
* Formatting
* Sort sub labels to ensure consistent list
2023-03-03 17:43:27 -06:00
Mitch Ross
bf8029269a
refactor+lint
2023-02-28 21:18:03 -05:00
Mitch Ross
bf6c56c882
Update frigate/prometheus_exporter.py
...
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2023-02-28 17:56:56 -05:00
Mitch Ross
a5e9935dab
Update frigate/prometheus_exporter.py
...
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2023-02-28 17:56:44 -05:00
Mitch Ross
9a398cd83b
Update frigate/prometheus_exporter.py
...
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2023-02-28 17:56:36 -05:00
Mitch Ross
8643a29123
format
2023-02-27 09:12:16 -05:00
Mitch Ross
92fbc36549
linter
2023-02-26 21:22:13 -05:00
Mitch Ross
edfdbc20f5
Update http.py
2023-02-26 20:45:26 -05:00
Mitch Ross
68e3fedd08
update requirements
2023-02-26 20:39:39 -05:00
Mitch Ross
6c407911f6
clean up
2023-02-26 20:31:22 -05:00
Mitch Ross
92b5606ed4
wip
2023-02-26 19:53:17 -05:00
Mitch Ross
cb24625fb3
wip
2023-02-26 12:04:49 -05: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
34bdf2fc10
Clean up output for vainfo and ffprobe ( #5586 )
...
* Clean up output for vainfo and ffprobe
* Fix cleanup
* Format vainfo display
* Fix ffprobe output
* Fix stringification
* remove unused
2023-02-26 07:05:27 -06:00
Mitch Ross
6594882b95
wip
2023-02-25 22:03:45 -05:00
Mitch Ross
4349bcf09b
wip
2023-02-25 22:01:01 -05:00
Mitch Ross
bada7db290
wip
2023-02-25 21:47:39 -05:00
Nicolas Mowen
d97fa99ec5
Fix logging for corrupt segments ( #5582 )
...
* Fix logging for corrupt segments
* Formatting
2023-02-24 19:13:33 -06:00
herostrat
a554b22968
Add docs about additions ( #4504 )
...
* Add docs about additions
* Fix review findings: Spelling
* Add suggestions from PR
2023-02-23 21:29:14 -06:00