Is there a way to set up Wyze cameras on a closed-network with a PC to store video? The only setups I am seeing here are retrieving SD cards routinely or using the web service.
While Wyze cams aren’t designed for Closed Network, some people either load RTSP firmware onto cameras that support it (note, the Wyze developed firmware is outdated and may contain security vulnerabilities, though other firmware options may be better), or use a 3rd party video converter such as the following:
Common 3rd Party Solutions to get RTSP on Wyze Cameras:
- Docker Wyze Bridge
- GitHub - mrlt8/docker-wyze-bridge: WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
- = For Wyze cameras that use the TUTK SDK from ThroughTek
- Cryze:
- GitHub - carTloyal123/cryze: Cryze is a Wyze Gwell Camera Bridge that allows you to stream your Gwell based Wyze cams to locations of your choosing.
- = For Wyze Gwell-Based Cameras that use the Iotvideo SDK from Tencent Cloud
- Tiny Cam Pro in Server Mode:
- https://play.google.com/store/apps/details?id=com.alexvas.dvr.pro&hl=en_US&gl=US
- This App has historically supported ALL Wyze cams, but can only be used on Android. Many people use either an old Android phone or an Android Emulator on a computer to run it constantly. The creator/Founder became a Wyze Employee in 2020.
- Scrypted:
- GitHub - koush/scrypted: Scrypted is a high performance home video integration and automation platform
- Scrypted now natively supports Wyze to get RTSP, though most people in their Discord server recommend just using Docker Wyze Bridge instead to get the cameras into Scrypted, it is included here for convenience.
- Wyze Hacks:
- GitHub - HclX/WyzeHacks: Hacks I discovered allowing Wyze camera owners to do customizations
- Note that this project may lose some functionality with some of the newer firmware, and while you may be able to revert back to older firmware, you may put your security at risk by doing so.
- wz_mini_hacks:
- GitHub - gtxaspec/wz_mini_hacks: wz camera mods... make your camera better.
- Note that this project may lose some functionality with some of the newer firmware, and while you may be able to revert back to older firmware, you may put your security at risk by doing so.
- Xiaomi-Dafang-Hacks Firmware
- GitHub - EliasKotlyar/Xiaomi-Dafang-Hacks
- This is a local-only RTSP firmware that works with the Wyze V2 and Wyze Pan V1. Note that your camera will no longer work with the Wyze app/services.
- Thingino project:
- https://thingino.com/
- Open-source Firmware for Ingenic SoC IP Cameras, which includes Wyze Cam Pan 1, Wyze Cam 2, Wyze Cam Pan 2, Wyze Cam 3, Wyze Video Doorbell 1, Wyze Cam Pan 3 (conditionally supported and has Secure Boot which could render your camera unusable). Make sure you download the firmware that matches the camera model, SoC, image sensor, Wi-Fi module, and flash chip size.
- You can follow this video and script to identify which firmware you’re supposed to get for your particular camera (which hardware revision your camera is): https://www.youtube.com/watch?v=SX637mrp0R0
- atomcam tools:
- GitHub - mnakada/atomcam_tools: Hack tool for atomcam and wyzecam.
- Hack tool for atomcam and wyzecam
For those who want all of the original and now deprecated Wyze RTSP firmware directly from Wyze, you can still get them here:
[Insecure] RTSP FIRMWARE [missing critical updates] Directly from Wyze:
- V2 - 4.28.4.41: https://download.wyzecam.com/firmware/rtsp/demo_V2_RTSP_4.28.4.41.zip
- V2 - 4.28.4.49: https://download.wyzecam.com/firmware/rtsp/demo_v2_rtsp_4.28.4.49.bin.zip
- V2 - 4.28.4.50: https://download.wyzecam.com/firmware/rtsp/demo_4.28.4.50.zip
- V2 - 4.28.4.51: https://download.wyzecam.com/firmware/rtsp/demo_4.28.4.51.bin
- Pan - 4.29.4.41: https://download.wyzecam.com/firmware/rtsp/demo_Pan_rtsp_4.29.4.41.zip
- Pan - 4.29.4.49: https://download.wyzecam.com/firmware/rtsp/demo_Pan_rtsp_4.29.4.49.bin.zip
- Pan - 4.29.4.50: https://download.wyzecam.com/firmware/rtsp/demo_4.29.4.50.zip
- Pan - 4.29.4.51: https://download.wyzecam.com/firmware/rtsp/demo_4.29.4.51.bin
- V3: https://download.wyzecam.com/firmware/rtsp/demo_v3_RTSP_4.61.0.1.zip
- RTSP installation/setup instructions: https://wyzelabs.zendesk.com/hc/en-us/articles/360026245231-Wyze-Cam-RTSP
If needed, here they are forever saved on the internet through the wayback machine:
- V2 - 4.28.4.49: https://web.archive.org/web/20220728034633/https://download.wyzecam.com/firmware/rtsp/demo_v2_rtsp_4.28.4.49.bin.zip
- V2 - 4.28.4.50: Wayback Machine
- V2 - 4.28.4.51: Wayback Machine
- Pan - 4.29.4.49: https://web.archive.org/web/20220728035001/https://download.wyzecam.com/firmware/rtsp/demo_Pan_rtsp_4.29.4.49.bin.zip
- Pan - 4.29.4.50: Wayback Machine
- Pan - 4.29.4.51: Wayback Machine
- V3: Wayback Machine
- RTSP installation/setup instructions: Wyze Cam RTSP – Wyze
The problem with many of the 3rd party solutions (that still work with Wyze at the same time) is that the initial authentication for the camera requires internet access. So any time the camera restarts, you will need to allow it to access the internet to get authenticated with the API, then you can disconnect Internet access again. Obviously you can fix that with one of the firmware solutions instead.
Wyze cameras aren’t designed with closed network in mind, but if you are determined to use Wyze as others have been, then the above is how to do it. Load a 3rd party converter, have it authenticate with the Wyze API over the internet, then disable the internet and it should generally continue to work locally until the camera restarts, at which point you will need to re-authenticate with the API over the internet again.
You can also check out more below. They are all mainly focused on T20 or T31 devices (basically V3 and older cameras because it doesn’t have secure-boot).
- wz_mini_hacks: GitHub - gtxaspec/wz_mini_hacks: wz camera mods... make your camera better.
- atomcam tools: GitHub - mnakada/atomcam_tools: Hack tool for atomcam and wyzecam.
- Thingino: https://thingino.com/
Thanks, I’m going to add those to my list and save my extensive list now since this question comes up so often that I repeat myself so much. Now I’ll just copy it.
I don’t think I was even aware of Thingino. That’s awesome that they support the VDBv1 for RTSP! Tons of people had been requesting that for a long time. Thanks for adding that! I knew of the other 2, but don’t suggest them as often, but I should include them to be more complete in sharing options. Thanks for the reminder. I’m going to make this more organized in the future to include all options when people are asking about RTSP type of solutions.
Thingio firmware seems like the best option to stay totally closed circuit.
(Dafang firmware does local only too)
I should probably go find the Dafang firmware stuff too. (EDIT: Dafang added now too).