diff --git a/README.md b/README.md index d87bbf4..ceb335e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ JRPiCam is a Java API that allows Java applications running on a Raspberry Pi to achieves this functionality by using the ProcessBuilder class to run the native raspistill program on the RPi. This means that JRPiCam has all the same functionality as raspistill, plus additional Java specific features. -![Raspberry Pi Camera Photo](http://hopding.com/img/pi-cam.jpg | width=300) + Because JRPiCam works by invoking the raspistill software, it is important that your RPi be properly configured to run raspistill. The appropriate settings may be configured by running `raspi-config` in the terminal of your RPi. Further