-
Notifications
You must be signed in to change notification settings - Fork 118
Home
Run whatever firmware you want on your camera and have root access to the device. Use CAUTION if you are unsure of what you are doing. Permanent damage is possible to your device. No support whatsoever is offered with this release.
Do not contact any manufacturer for information or support, they will not be able to assist or advise you!
Using this project can potentially expose your device to the open internet depending on the configuration of your network. You alone are responsible for the configuration and security of your network, make sure you are aware of the risks involved before using.
- No hardware modifications needed to the device!
- Easy uninstall, just remove files from micro-sd card, or don't use a micro-sd card at all!
- Compatibility is not guaranteed with really old firmware versions!
- Update to the latest stable or beta firmware, this mod should still work! (most features!)
- Block remote or app initiated firmware updates
- DNS Spoofing or Telnet mod are not required prior to installation
- RTSP Streaming Support:
- v4l2rtspserver
- go2rtc
- RTMP Streaming - Stream live video from the camera to your favorite service, youtube, twitch, or facebook live.
- Networking:
- Wireguard, IPv6, CIFS/Samba and iptables support enabled
- Tether your camera directly to android phones using USB via RNDIS support
- USB gadget support, connect the camera directly to a supported router to get an internet connection, no USB Ethernet Adapter required, using USB CDC_NCM.
- Supports the following USB Ethernet adapters:
- ASIX AX88xxx Based USB 2.0 Ethernet Adapters
- ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet
- Realtek RTL8152 Based USB 2.0 Ethernet Adapters
- CDC-Ether Based Adapters
- USB Mass storage enabled, mount USB SSD/HDD/flash drives
- Play audio to the camera speaker from files or streaming audio!
- WebCam Mode - Use your camera as a spare UVC USB Web Camera on your PC or AndroidTV!
- Custom boot script support included
- Feedback and testing is welcome!
- Most things in life relate to cats somehow. I started this project to track the local feral cat population in my neighborhood using cameras.
- Person
- Cat ( for emotional support during setup )
- Computer
- 256MB or larger Micro-SD Card is required!
- Higher class Micro-SD cards will ensure better performance
- NOTE: The typical configuration uses swap ( virtual memory ) storage on the micro-sd card, which depending on usage may lead to premature failure of poor quality or older micro-sd cards. You may disable swap in the
wz_mini.conf
file, which may effect performance since memory is extremely limited on these embedded systems.
Visit the Installation & Setup section of the Wiki for details!
-
Everything works except:
- PAN v2:
- Tilt (Vertical) only works at motor speed 9 ( fix coming soon )
- PAN v2:
- If you need assistance, or have general questions, feel free to visit the Discussions area! There are folks always willing to help out.
- 12-31-23: go2rtc: #689 - add mjpeg stream support thanks @simonsickle!
- 11-20-23: go2rtc: update to 1.8.4 release version
- 09-17-23: go2rtc: update to latest master version, compress binary with upx.
- 07-19-23: go2rtc: update to master version, enhance audio performance using pcm s16le audio, disable libopus audio in go2rtc.yml, replace socat with ser2net server for remote accessories, fix setting FPS in config, fix usb direct, add set mac address for usb ethernet adapters, cloud config backups now visible on sd card root.
Build your own!!
https://github.com/mnakada/atomcam_tools has a great repo with docker images which include kernel sources, config, and a whole bunch of other stuff. Check it out.
AS WITH ANY UNSUPPORTED SYSTEM MODIFICATIONS, USING THIS MAY LEAD TO A DEVICE BRICK
IF YOU DON'T KNOW WHAT YOU ARE DOING ( HAVEN'T BRICKED MY DEVICE YET! ) PLEASE
BE AWARE THAT NO ONE ON THE INTERNET IS RESPONSIBLE FOR ANY DAMAGE TO YOUR
UNIT. ANY PROBLEMS WILL BE CONSIDERED USER ERROR OR ACTS OF WHATEVER GOD YOU BELIEVE IN.
USE AT YOUR OWN RISK. NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED.
DO NOT USE THIS SOFTWARE IF YOU ARE NOT CONFIDENT IN RESTORING YOUR DEVICE FROM A FAILED STATE.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Inspired by HclX, bakueikozo, and mnakada!
Thank you to everyone who is passionate about Wyze products for making the devices popular, and thank you to Wyze for producing them. Sign up for CamPlus, show some love and support to the company.
Thanks for HclX for WyzeHacks! https://github.com/HclX/WyzeHacks/
Thank you mnakada for his atomcam_tools fork! https://github.com/mnakada/atomcam_tools
Thank you bakueikozo for his atomcam_tools repo! https://github.com/bakueikozo/atomcam_tools
Thank you to virmaior for the atomcam_tools tip!