Commit a7423718 authored by Martin Mirbauer's avatar Martin Mirbauer
Browse files

added related work and ideas

parent 0b2c51cf
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Wi-Fi password: 12345678

Live stream: rtsp://192.168.42.1/live

Photo download: http://192.168.42.1:50422/20190417/IMG_20190417_164229.JPG
Photo download (example): http://192.168.42.1:50422/20190417/IMG_20190417_164229.JPG
The photo files can be browsed at http://192.168.42.1:50422

Control (JSON): TCP 192.168.42.1:7878
@@ -24,3 +24,9 @@ Install [Termux](https://wiki.termux.com/wiki/Main_Page) (from F-droid)
Install real netcat `pkg install netcat`

Connect to Wi-Fi, turn off mobile data and `./shoot.sh`

# Further resources and ideas

https://github.com/sybond/MiSphere-hack - info about filesystem contents and a guide how to run telnet on the device - can we run the script directly on the camera?

https://github.com/rnbguy/pysphere - an unofficial GUI in Python