Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopding authored Dec 24, 2016
1 parent 0f05d7d commit 389b09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ BufferedImage image = piCamera.takeBufferedStill();
Capturing images this way is much faster than saving them to memory and then loading them into your application (as you would
have to do with the `takeStill()` method), and is particularly useful if you don't want to save the photo in the RPi at all (perhaps you want to send it over a network and save it on a remote server).

# Wiki
Additional code examples and information can be found in the `src/main/java/com/hopding/jrpicam/examples` directory and on the [JRPiCam wiki](https://github.com/Hopding/JRPiCam/wiki).

# Javadoc
Expand Down Expand Up @@ -90,4 +91,4 @@ $ ./gradlew javadoc
$ ./gradlew build
```

The JAR files will be located in the `build/libs` directory. The Javadoc will be located at `build/docs/javadoc`.
The JAR files will be located in the `build/libs` directory. The Javadoc will be located at `build/docs/javadoc`.

0 comments on commit 389b09d

Please sign in to comment.