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 ``` - -