yi-hack-Allwinner-v2 is a modification of the firmware for the Allwinner-based Yi Camera platform.
- Table of Contents
- Installation
- Update Procedure
- Contributing
- Features
- Performance
- Supported cameras
- Is my cam supported?
- Home Assistant integration
- Build your own firmware
- Unbricking
- License
- Disclaimer
- Donation
It's not easy to brick the cam but it can happen. So please, make your backup copy: https://github.com/roleoroleo/yi-hack-Allwinner-v2/wiki/Dump-your-backup-firmware-(SD-card)
- Format an SD Card as FAT32. It's recommended to format the card in the camera using the camera's native format function. If the card is already formatted, remove all the files.
- Download the latest release from the Releases page.
- Extract the contents of the archive to the root of your SD card.
- Insert the SD Card and reboot the camera
- Wait a minute for the camera to update.
- Check the hack opening the web interface http://IP-CAM:8080
- Don't remove the microSD card (yes this hack requires a dedicated microSD card).
See CONTRIBUTING
This custom firmware contains features replicated from the yi-hack-MStar project and similar to the yi-hack-v4 project.
- FEATURES (WORK IN PROGRESS)
- RTSP server - allows a RTSP stream of the video (high and/or low resolution) and audio (thanks to @PieVo for the work on MStar platform).
- rtsp://IP-CAM/ch0_0.h264 (high res)
- rtsp://IP-CAM/ch0_1.h264 (low res)
- rtsp://IP-CAM/ch0_2.h264 (only audio)
- ONVIF server (with support for h264 stream, snapshot, ptz, presets and WS-Discovery) - standardized interfaces for IP cameras.
- Snapshot service - allows to get a jpg with a web request.
- http://IP-CAM:8080/cgi-bin/snapshot.sh?res=low&watermark=yes (select resolution: low or high, and watermark: yes or no)
- http://IP-CAM:8080/cgi-bin/snapshot.sh (default high without watermark)
- MQTT - Motion detection and baby crying detection through mqtt protocol.
- Web server - web configutation interface (port 8080).
- SSH server - dropbear.
- Telnet server - busybox.
- FTP server.
- FTP push: export mp4 video to an FTP server (thanks to @Catfriend1).
- Authentication for HTTP, RTSP and ONVIF server.
- Proxychains-ng - Disabled by default. Useful if the camera is region locked.
- The possibility to change some camera settings (copied from official app):
- camera on/off
- video saving mode
- detection sensitivity
- AI human detection (thanks to @BenjaminFaal)
- baby crying detection
- status led
- ir led
- rotate
- Management of motion detect events and videos through a web page.
- View recorded video through a web page (thanks to @BenjaminFaal).
- PTZ support through a web page (if the cam supports it).
- The possibility to disable all the cloud features.
- Swap File on SD.
- Online firmware upgrade.
- Load/save/reset configuration.
- RTSP server - allows a RTSP stream of the video (high and/or low resolution) and audio (thanks to @PieVo for the work on MStar platform).
The performance of the cam is not so good (CPU, RAM, etc...). Low ram is the bigger problem. If you enable all the services you may have some problems. For example, enabling both rtsp streams is not recommended. Disable cloud is recommended to save resources. If you notice problems and you have a SD to waste, try to enable swap file.
Currently this project supports only the following cameras:
Camera | Firmware | File prefix | Remarks |
---|---|---|---|
Yi 1080p Home BFUS | 9.0.19* | y21ga | - |
Yi 1080p Home IFUS | 9.0.19* | y21ga | - |
Yi 1080p Home IFUS | 9.0.36* | y211ga | - |
Yi Outdoor 1080p IFUS | 9.0.26* | h30ga | - |
Yi 1080p Dome *FUS | 9.0.05* | r30gb | beta version (high stream is h265 coded) |
Yi Dome Camera U BFUS (Full HD) | 9.0.22* | h52ga | - |
Yi Dome Camera U BFUS (3K) | 9.0.21* | h51ga | - |
Yi Dome U Pro 2K LFUS | 9.0.27* | h60ga | beta version |
Yi Outdoor 1080p QFUS | 9.0.45* | r40ga | beta version |
Kami mini home IFUS | 9.0.20* | y28ga | - |
MIBAO G1 1296p dome | 9.0.04* | qg311r | - |
USE AT YOUR OWN RISK.
Do not try to use a fw on an unlisted model
Do not try to force the fw loading renaming the files
If you want to know if your cam is supported, please check the serial number (first 4 letters) and the firmware version. If both numbers appear in the same row in the table above, your cam is supported. If not, check the other projects related to Yi cams:
- https://github.com/TheCrypt0/yi-hack-v4 and previous
- https://github.com/roleoroleo/yi-hack-MStar
- https://github.com/roleoroleo/yi-hack-Allwinner
Are you using Home Assistant?
Do you want to integrate your cam?
Try this custom integration: https://github.com/roleoroleo/yi-hack_ha_integration
If you want to build your own firmware, clone this git and compile using a linux machine. Quick explanation:
- Download and install the SDK as described [here](https://github.com/roleoroleo/yi-hack-Allwinner-v2/wiki/Build-your-own-firmware
- Clone this git:
git clone https://github.com/roleoroleo/yi-hack-Allwinner-v2
- Init modules:
git submodule update --init
- Compile:
./scripts/compile.sh
- Pack the firmware:
./scripts/pack_fw.all.sh
If your camera doesn't start, no panic. This hack is not a permanent change, remove your SD card and the cam will come back to the original state. If the camera still won't start, try the "Unbrick the cam" procedure https://github.com/roleoroleo/yi-hack-Allwinner-v2/wiki/Unbrick-the-cam.
NOBODY BUT YOU IS RESPONSIBLE FOR ANY USE OR DAMAGE THIS SOFTWARE MAY CAUSE. THIS IS INTENDED FOR EDUCATIONAL PURPOSES ONLY. USE AT YOUR OWN RISK.