Hacks for p2p-only camera that allow you to use rtsp/web-interface/ftp and other functions. NOTE: this hack doesn't modify or upgrade firmware - you can restore the original state of the camera at any time (hack work only with MicroSD-card!). This repo is based on hacks for Xiaomi cameras: https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks
Supported camera model: JCO HOOM PM203 with Ingenic T20 CPU
Also known as:
- Lensoul 1080P HD Wireless IP Camera
- OWSOO 180-degree Fisheye IP Camera HD 1080P
- SANNCE 1080P HD Indoor IP Camera, 180-degree
- Kingkonghome IP Camera Wireless 1080P Wifi Camera
- Prepare an MicroSD-card with FAT32 filesystem
- Copy all data from /hacks/microsd folder to MicroSD-card
- Connect the camera to your WiFI network through Danale app (Android/IOS). See IP-address of the camera in your WiFi-router settings (required to connect via telnet).
- Place MicroSD-card in camera
- Reboot camera
- After rebooting connect to your camera via telnet (note: telnet works only 5 min after camera start):
- port: 9527
- username: root
- password: jco66688
- In telnet terminal run command: /opt/media/mmcblk0p1/install.sh
- After installing camera will be rebooted. Now you can connect to the camera via browser (https://CAMERA-IP), get RTSP-stream(rtsp://CAMERA-IP:554/unicast), download/upload files via FTP and many other things. When hack is enabled, default Danale cloud function will not be available.
To temporary disable hacks: just remove MicroSD-card and reboot camera. To enable hack - insert MicroSD-card and reboot camera. To permanently remove hacks:
- Connect to your camera via telnet (note: telnet works only 5 min after camera start)
- In telnet terminal run command: /opt/media/mmcblk0p1/uninstall.sh
- After uninstalling camera will be rebooted.
- Determine current firmware version via telent: cat /ipc/app/jco_server | grep soft_version
- Tested on firmware: api_ver: 1.0.180323 fw_ver: 3.1.34
- Default camera login/password: root/jco66688
- Change password for http/rtsp/ftp-access in web interface
- UART connection - see /information/teardown/P_20181212_224700.jpg COM port speed: 115200
- To change WiFi credentials or connect to new network: change(or create) file wpa_supplicant.conf in MicroSD-card and reboot. wpa_supplicant.conf format: ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 ap_scan=1 network={ ssid="YOUR WIFI SSID" key_mgmt=WPA-PSK psk="YOUR PASSWORD" priority=2 }