From 86268b99fb093224664e63e989db0660eaab6bb5 Mon Sep 17 00:00:00 2001 From: MariusMueller Date: Wed, 26 Oct 2022 00:30:12 +0200 Subject: [PATCH 1/3] Doc Update: Added "-c:v mjpeg" to MJPEG Cameras input_agrs in order to make a video stream work that comes from an ESP32-cam using ESPHome standard software (#4171) --- docs/docs/configuration/camera_specific.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index 5e989a8b2..c1b57658c 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -8,7 +8,7 @@ title: Camera Specific Configurations The input and output parameters need to be adjusted for MJPEG cameras ```yaml -input_args: -avoid_negative_ts make_zero -fflags nobuffer -flags low_delay -strict experimental -fflags +genpts+discardcorrupt -use_wallclock_as_timestamps 1 +input_args: -avoid_negative_ts make_zero -fflags nobuffer -flags low_delay -strict experimental -fflags +genpts+discardcorrupt -use_wallclock_as_timestamps 1 -c:v mjpeg ``` Note that mjpeg cameras require encoding the video into h264 for recording, and rtmp roles. This will use significantly more CPU than if the cameras supported h264 feeds directly. From bcc26dd86a17e235bd611f5e48d742513344fffb Mon Sep 17 00:00:00 2001 From: Tuurkevg <77327545+Tuurkevg@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:03:32 +0100 Subject: [PATCH 2/3] Update docs to reflect recommended custom birdseye icon size (#4065) * ffmpeg stopped working without correct png size When I made my own size for my picture, ffmpeg stopped working. Only with a size of 180x180 my frigate runs normal * Adjusting language Co-authored-by: Blake Blackshear --- docs/docs/configuration/birdseye.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/birdseye.md b/docs/docs/configuration/birdseye.md index 0b39be8a3..0b54a5f5f 100644 --- a/docs/docs/configuration/birdseye.md +++ b/docs/docs/configuration/birdseye.md @@ -11,7 +11,7 @@ Birdseye offers different modes to customize which cameras show under which circ ### Custom Birdseye Icon -A custom icon can be added to the birdseye background by provided a file `custom.png` inside of the Frigate `media` folder. The file must be a png with the icon as transparent, any non-transparent pixels will be white when displayed in the birdseye view. +A custom icon can be added to the birdseye background by providing a 180x180 image named `custom.png` inside of the Frigate `media` folder. The file must be a png with the icon as transparent, any non-transparent pixels will be white when displayed in the birdseye view. ### Birdseye view override at camera level From e15b2627fc9998a718a5a22917e295397173b6e1 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 5 Nov 2022 09:25:19 -0500 Subject: [PATCH 3/3] Update funding list and fix demo link (#4258) * update funding list * fix demo link --- .github/FUNDING.yml | 2 +- docs/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index bab35d319..d212efb04 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,3 @@ github: - blakeblackshear - - paularmstrong + - NickM-27 diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 5eb334349..9db812e7a 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -35,7 +35,7 @@ module.exports = { position: 'right', }, { - href: 'https://demo.frigate.video', + href: 'http://demo.frigate.video', label: 'Demo', position: 'right', },