Presentation
The purpose of this project is to create an alternative firmware for this camera:
mark = WIFI CARAM
model: WF-HD820-ZS
distinction: 1080P
Information displayed in the Internet interface:
DeviceName: INGENIC-V01
DeviceModel: IPCAM-100
DeviceSN: 12345678901
KernelVersion: Thu Jul 9 15:46:54 CST 2015
ServerVersion: WS3.53.1243-20190717-DANALE-GEN
WebVersion: V2.3.4-20190709
processor: ingenic T21 video sensor: GC2053
Alternative firmware
What Works in Alternative Firmware:
-
LAN and WLAN
-
Server RTSP Double stream: 1920x1080 H264 and 640x360 MJPEG By default.
-
Visual parameters
-
Server HTTP
-
engine control
-
engine calibration
-
Settings PTZ
-
Client NTP
-
Manage passwords http, rtsp and system.
-
White LED Control and IR
-
White LED control and IR ftp
-
White LED control and IR telnet
-
Server and Client ssh
-
motion detection
-
sending email
-
Sending «telegram»
-
Automatic night mode
What is not carried out in the alternative firmware:
-
sound system
-
OSD
-
firmware update
-
motion detection_ir-cut_
-
sending email_mqtt_
-
Shipment images and videos in the cloud
-
etc …
Installing Alternative Firmware
-
Copy everything to the karto folder at the root of the microSD card.
-
Perhaps set the network ( www/ipcam/config.dist/reto.conf )
-
Insert the card microSD in the camera.
-
Connect the camera to your local network and turn on the camera.
-
Find the camera’s IP address. You can also connect to the camera wifi (SSID: HSIPC-**), en tiu kazo la IP-adreso estas 172.25.0.1.
-
Connect to the camera by
telnet IP 9527
(User root, Password jco66688), within 5 minutes after rotating on the camera. -
Make
killall -9 auto_run.sh
to avoid losing the league. -
Faru
cd /opt/media/mmcblk0p1;./install.sh
-
The Reboots camera now:
-
You can connect to the URL https://IP (user admin, password ismart21).
-
You can connect in SSH (user admin, password ismart12).
-
The primary video current is accessible at rtsp://admin:ismart21@IP/stream1.
-
The secondary video flow is accessible at rtsp://admin:ismart21@IP/stream2.
-
WiFi AP mode is enabled by default:
** SSID: ipcam100-xxxxx
** WPA2 key: ismart21
** IP address of the camera: 172.25.0.1 <
-
Uninstalling Alternative Firmware:
-
Launch the SSH service on the camera through the default interface).
-
Login to the camera by
ssh root@IP
(Password ismart12). -
start the telnet service with the camera via the internet interface.
cd /opt/media/mmcblk0p1;./uninstall.sh;reboot
-
You can also simply remove the microSD card.
Interesting documents
Much work has been made for cameras equipped with a processor ingenic T20
- Modified firmware: https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks
- Sources of the modified firmware: https://github.com/Dafang-Hacks/Main
- Other firmware: <