Skip to content

Installation to Raspberry Pi

Mykola Makhin edited this page Jan 2, 2017 · 1 revision

In order to have GPhoto2Server running on Raspberry Pi one has to first install GPhoto2 onto Pi, optionally make Pi provide own WiFi etc. Here's the complete instruction for everything:

java -jar GPhoto2Server-<version>.jar

or just run run.sh shell script (which will contain same java -jar GPhoto2Server-<version>.jar command anyway)

  • Connect to same network where Raspberry Pi is (WiFi or whatever you have), and in a web browser open URL http://<your Raspberry Pi IP address or hostname.local>:8080

There you should have GPhoto2Server working.

Clone this wiki locally