We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a723688 commit c0c9608Copy full SHA for c0c9608
README.md
@@ -3,7 +3,7 @@ JRPiCam is a Java API that allows Java applications running on a Raspberry Pi to
3
achieves this functionality by using the ProcessBuilder class to run the native raspistill program on the RPi. This means that
4
JRPiCam has all the same functionality as raspistill, plus additional Java specific features.
5
6
-<img src="http://hopding.com/img/pi-cam.jpg" width="100">
+<img src="http://hopding.com/img/pi-cam.jpg" width="500">
7
8
Because JRPiCam works by invoking the raspistill software, it is important that your RPi be properly configured to run
9
raspistill. The appropriate settings may be configured by running `raspi-config` in the terminal of your RPi. Further
0 commit comments