From 26978605201721818062afd06ecb1407b685850e Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Sun, 15 Feb 2015 19:21:57 +0100 Subject: [PATCH] Update README.md [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7a202c8..f4d8bad7 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ And here are some more advanced examples, few with quite fancy GUI. * [How to use Webcam Capture API in JavaFX and FXML](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-javafx-fxml) * [How to use Webcam Capture API in SWT](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-swt-awt) * [How to use ```WebcamImageTransformer``` to draw effects directly on image from camera](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-transformer) +* [How to use Webcam Capture API and WebSockets to transport images from server to web client](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-websockets) ## Capture Drivers