Giter Club home page Giter Club logo

yi-hack-allwinner-v2's Introduction

Releases Downloads

yi-hack-Allwinner-v2 is a modification of the firmware for the Allwinner-based Yi Camera platform.

Table of Contents

Installation

Backup

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)

Anyway, the hack procedure will create a backup for you.

Install Procedure

If you want to use the original Yi app, please install it and complete the pairing process before installing the hack.

Otherwise, check setep 4.

  1. 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.
  2. Download the latest release from the Releases page.
  3. Extract the contents of the archive to the root of your SD card. Your card should appear with this structure:
|-- Factory/
|-- yi-hack/
|-- lower_half_init.sh
  1. (Optional) If you want to set wifi credentials, rename the file Factory/configure_wifi.cfg.ori to Factory/configure_wifi.cfg and edit the file with your username and password.
  2. Insert the SD Card and reboot the camera
  3. Wait a minute for the camera to update.
  4. Check the hack opening the web interface http://IP-CAM (where IP-CAM is the IP address of the cam assigned by your router).
  5. Don't remove the microSD card (yes this hack requires a dedicated microSD card).
  6. Check the FAQ if you have a problem: https://github.com/roleoroleo/yi-hack-Allwinner-v2/wiki/FAQ

Online Update Procedure

  1. Go to the "Maintenance" web page
  2. Check if a new release is available
  3. Click "Upgrade Firmware"
  4. Wait for cam reboot

Manual Update Procedure

Check the wiki: https://github.com/roleoroleo/yi-hack-Allwinner-v2/wiki/Manual-firmware-upgrade

Optional Utilities

Several optional utilities are avaiable, some supporting experimental features like text-to-speech.

Contributing and Bug Reports

See CONTRIBUTING


Features

This custom firmware contains features replicated from the yi-hack-MStar project and similar to the yi-hack-v4 project.

  • FEATURES
    • 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 stream, snapshot, ptz, presets, events and WS-Discovery) - standardized interfaces for IP cameras.
    • Snapshot service - allows to get a jpg with a web request.
    • Timelapse feature
    • MQTT events - Motion detection and baby crying detection through mqtt protocol.
    • MQTT configuration
    • Web server - web configuration interface.
    • 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
      • motion detections (it depends on your cam and your plan)
      • 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).
    • PTZ presets.
    • The possibility to disable all the cloud features.
    • Swap File on SD.
    • Online firmware upgrade.
    • Load/save/reset configuration.

Performance

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 snapshots may cause frequent reboots. So, enable swap file even if this will waste the sd

Supported cameras

Currently this project supports only the following cameras:

Camera SN prefix Firmware File prefix Remarks
Yi 1080p Home BFUS - IFUS - RFUS 9.0.19* y21ga -
Yi 1080p Home BFUS - IFUS - RFUS 12.1.19* y21ga -
Yi 1080p Home IFUS - QFUS - RFUS 9.0.36* y211ga -
Yi 1080p Home IFUS - QFUS - RFUS 12.0.37* y211ga -
Yi 1080p Home QFUS - RFUS 9.0.35* y291ga -
Yi 1080p Home QFUS - RFUS 12.0.35* y291ga -
Yi Outdoor 1080p IFUS - RFUS 9.0.26* h30ga -
Yi Outdoor 1080p IFUS - RFUS 11.1.26* h30ga -
Yi 1080p Dome *FUS 9.0.05* r30gb beta version (check this issue roleoroleo#484)
Yi 1080p Dome *FUS 12.1.05* r30gb beta version (check this issue roleoroleo#484)
Yi Dome Guard YRS 9.0.05* r30gb beta version (check this issue roleoroleo#484)
Yi Dome Camera U (Full HD) BFUS - SFUS 9.0.22* h52ga -
Yi Dome Camera U (2K) BFUS - SFUS 9.0.21* h51ga -
Yi Dome U Pro 2K LFUS 9.0.27* h60ga -
Yi Outdoor 1080p QFUS 9.0.45* r40ga -
Yi Home Y4 IFCN 9.0.09* y29ga -
Yi Dome Guard QFUS 9.0.46* r35gb -
Yi Dome Guard QFUS 12.1.47* r35gb -
Yi Dome Guard YRS 9.0.46* r35gb -
Yi Dome Guard YRS 12.1.47* r35gb -
Yi Pro 2K Home RFUS - YFUS - ZFUS 12.0.51* y623 -
Kami mini home IFUS 9.0.20* y28ga -
MIBAO G1 1296p dome - 9.0.04* qg311r -
BLITZWOLF BW-YIC1 - 9.0.41* b091qp -
ESCAM PT202 - 9.0.41* b091qp roleoroleo#624 (reply in thread)
YS-QC-02 - 9.0.41* b091qp roleoroleo/yi-hack_ha_integration#84
Flood Light Camera Outdoor L850Y-US - 9.0.41* b091qp -
Tovendor Mini Smart Home Camera - 9.0.41* b091qp -

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

Is my cam supported?

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:

Home Assistant integration

Are you using Home Assistant? Do you want to integrate your cam? Try these custom integrations:

You can also use the web services in Home Assistant -- here's one way to do that. (This example requires the nanotts optional utility to be installed on the camera.) Set up a rest_command in your configuration.yaml to call one of the web services.

rest_command:
  camera_announce:
    url: http://[camera address]/cgi-bin/speak.sh?lang={{language}}&voldb={{volume}}
    method: POST
    payload: "{{message}}"

Create an automation and use yaml in the action to send data to the web service.

service: rest_command.camera_announce
data:
  language: en-US
  message: "All your base are belong to us."
  volume: '-8'

Build your own firmware

If you want to build your own firmware, clone this git and compile using a linux machine. Quick explanation:

  1. Download and install the SDK as described here
  2. Clone this git: git clone https://github.com/roleoroleo/yi-hack-Allwinner-v2
  3. Init modules: git submodule update --init
  4. Compile: ./scripts/compile.sh
  5. Pack the firmware: ./scripts/pack_fw.all.sh

Instead of installing the SDK on your host machine, there's also the option to use a devcontainer from within Visual Studio Code. Please ensure you have the Remote - Containers extension installed for this to work.

Unbricking

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.


License

MIT

DISCLAIMER

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.

Donation

If you like this project, you can buy roleo a beer :)

Click here or use the below QR code to donate via PayPal

yi-hack-allwinner-v2's People

Contributors

roleoroleo avatar duhow avatar krakowski avatar thelittlefireman avatar alexfranke avatar walkingdot avatar enricoferro avatar lenisko avatar stankye avatar artemy avatar dustin-richards-was-here avatar fredrik81 avatar maciekn avatar corna avatar highvolt avatar maxen0815 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.