-
Notifications
You must be signed in to change notification settings - Fork 218
Getting Started
Below you will find a getting started guide for the Yi-Hackv4 firmware.
#Supported Cameras
Yi-Hackv4 currently supports the following devices:
- Yi Home 17CN / 27US / 47US
- Yi 1080p Home
- Yi Dome
- Yi 1080p Dome
- Yi 1080p Cloud Dome
- Yi 1080p Outdoor
#Firmware Download
Yi-Hackv4 is in the early stages of development and the firmware and associated scripts are only available from supporters of the project while it's being tested.
To become a supporter please visit the projects discord channel, make a donation and let @crypto know.
#Preparing the Firmware
Requirements:
- A computer.
- Micro SD Card and Reader.
- One of the above supported cameras.
Format the SD card as FAT
place the firmware for your specific camera in the root
of the SD card like the example below:
root
│ home_h20
│ rootfs_h20
NOTE: Be sure to make sure the file names are not changed and so not contains any extensions. On macOS get info on the files and make sure 'don't show extension' is disabled.
#Flashing the Firmware
Place the prepared SD card back into the camera and power it on. The orange light on the camera will begin to blink as the firmware is flashed to the camera. After a short time the camera will start correctly and the blue status light should show (if enabled).
🎉 Congratulations you have now flashed your camera with Yi-Hack-v4.
#Accessing the Flashed Camera
You can obtain the camera_ip
by looking in your routers DHCP table or use an app like Fing on iOS/Android to scan your network.
You should now be able to connect to the camera via any the following methods:
Method | Details |
---|---|
Web. | http://camera_ip |
FTP. | camera_ip |
SSH. | ssh username@camera_ip |
Telnet. | telnet username@camera_ip |
The default username and password are below:
Username | Password |
---|---|
root | (none) |
NOTE: If you had previously connected the camera to using the official Yi app you should still be able to access the camera as before.