From 3bc386145eead8e5ded3f0d6c23e1d6022175be5 Mon Sep 17 00:00:00 2001 From: User873902 <92607223+User873902@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:32:10 -0500 Subject: [PATCH] Update camera_specific.md Moved Wyze Camera section --- docs/docs/configuration/camera_specific.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index 703cfcb20..75fda5b88 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -258,6 +258,10 @@ ffmpeg: TP-Link VIGI cameras need some adjustments to the main stream settings on the camera itself to avoid issues. The stream needs to be configured as `H264` with `Smart Coding` set to `off`. Without these settings you may have problems when trying to watch recorded footage. For example Firefox will stop playback after a few seconds and show the following error message: `The media playback was aborted due to a corruption problem or because the media used features your browser did not support.`. +### Wyze Wireless Cameras + +Some community members have found better performance on Wyze cameras by using an alternative firmware known as [Thingino](https://thingino.com/). + ## USB Cameras (aka Webcams) To use a USB camera (webcam) with Frigate, the recommendation is to use go2rtc's [FFmpeg Device](https://github.com/AlexxIT/go2rtc?tab=readme-ov-file#source-ffmpeg-device) support: @@ -290,7 +294,3 @@ cameras: width: 1024 height: 576 ``` - -### Wyze Wireless Cameras - -Some community members have found better performance on Wyze cameras by using an alternative firmware known as [Thingino](https://thingino.com/).