Skip to content

vevsvevs/JCO-PM203-Fisheye-Ingenic-T20-P2P-camera-hacks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JCO PM203 Fisheye Ingenic T20 P2P camera hacks

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 JCO HOOM PM203

Also known as:

How to install

  1. Prepare an MicroSD-card with FAT32 filesystem
  2. Copy all data from /hacks/microsd folder to MicroSD-card
  3. 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).
  4. Place MicroSD-card in camera
  5. Reboot camera
  6. After rebooting connect to your camera via telnet (note: telnet works only 5 min after camera start):
    • port: 9527
    • username: root
    • password: jco66688
  7. In telnet terminal run command: /opt/media/mmcblk0p1/install.sh
  8. 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.

How to uninstall

To temporary disable hacks: just remove MicroSD-card and reboot camera. To enable hack - insert MicroSD-card and reboot camera. To permanently remove hacks:

  1. Connect to your camera via telnet (note: telnet works only 5 min after camera start)
  2. In telnet terminal run command: /opt/media/mmcblk0p1/uninstall.sh
  3. After uninstalling camera will be rebooted.

Misc

  • 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 }

About

Hacks for p2p-only camera that allow you to use rtsp/web-interface/ftp and other functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 74.6%
  • HTML 17.6%
  • JavaScript 7.0%
  • CSS 0.8%