@@ -19,7 +19,7 @@ Control (JSON): TCP 192.168.42.1:7878
## Get root shell on the camera
Copy `autoexec/telnet/autoexec.ash` to the micro SD card root. Then connect over telnet (user: root, no password):
Copy `autoexec.ash` to the micro SD card root. Then connect over telnet (user: root, no password):
telnet 192.168.42.1
@@ -30,17 +30,14 @@ Copy `autoexec/telnet/autoexec.ash` to the micro SD card root. Then connect over
cd sdk
By running script `run.sh` with `-b` option build a Docker container with the development environment and compile an executable from C++ files inside `sdk/src/` directory (optionally run it also with `-r` option to copy `sdk/build` directory to the `/tmp/` on camera over Wifi and run the app there):
By running script `run.sh` with `-b` option build a Docker container with the development environment and compile an executable from C++ files inside `sdk/src/` directory (optionally run it also with `-r` option to copy `sdk/build/miphoto` directory to the `/tmp/` on camera over Wifi and run the app there):
./run.sh -b
## Run the app on startup
Copy to the micro SD card root:
1.`sdk/build` directory and rename it to `miphoto`
2.`autoexec/autorun_app/autoexec.ash` to automatically run the app on startup
Copy contents of `sdk/build` directory to the micro SD card root.