SonyShell - an effort to "ssh into my Sony DSLR"
A Linux-only helper built on Sony’s official Camera Remote SDK. It connects to a Sony A6700 camera over Wi-Fi/Ethernet, listens for new photos, downloads them automatically, and can optionally run a script on each downloaded file.
Features
Auto-connect via enumeration or direct IP/MAC .
or . Watches for new capture events and fetches the newest files.
Saves into a chosen directory with unique filenames .
. Post-download hook : run any executable/script with the saved file path as argument.
: run any executable/script with the saved file path as argument. Keepalive mode : auto-retry on startup failure or after disconnects.
: auto-retry on startup failure or after disconnects. Cleaned, Linux-only code (no Windows ifdefs, simpler logging).
Usage
... continue reading