From 0d41c59089118d54068cf81f8074f0c9c82bcaa1 Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Tue, 31 Mar 2015 10:57:05 +0200 Subject: [PATCH] Add link to Raspberry Pi howto [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04b37bf8..38c10a7e 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ Below are the very pretty basic examples demonstrating of how Webcam Capture API * [How to display images from multiple IP cameras exposing pictures in JPG format](https://github.com/sarxos/webcam-capture/blob/master/webcam-capture-drivers/driver-ipcam/src/examples/java/JpegDasdingStudioExample.java) * [How to display image from IP camera exposing MJPEG stream](https://github.com/sarxos/webcam-capture/blob/master/webcam-capture-drivers/driver-ipcam/src/examples/java/MjpegLignanoBeachExample.java) * [How to use composite driver to display both, build-in and IP camera images](https://github.com/sarxos/webcam-capture/blob/master/webcam-capture-drivers/driver-ipcam/src/examples/java/DualNativeAndMjpegWebcamExample.java) +* [How to work with Raspberry Pi (camera module or UVC device)](https://github.com/sarxos/webcam-capture/wiki/How-To-Configure-Raspberry-Pi) And here are some more advanced examples, few with quite fancy GUI.