From 1de7519d1a2a3a0381f95eae084805d954355065 Mon Sep 17 00:00:00 2001 From: User873902 <92607223+User873902@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:33:10 -0500 Subject: [PATCH] Update camera_specific.md for Wyze Cameras (Thingino) (#21221) * Update camera_specific.md Wyze Cameras alternative firmware considerations. * Update docs/docs/configuration/camera_specific.md Co-authored-by: Nicolas Mowen * Update docs/docs/configuration/camera_specific.md * Update camera_specific.md Moved Wyze Camera section --------- Co-authored-by: Nicolas Mowen --- docs/docs/configuration/camera_specific.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index 89f8f08cf..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,5 +294,3 @@ cameras: width: 1024 height: 576 ``` - -