From 508ca26d289b2ff507edfa9d6ddb7a7a3b048ed3 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 26 Apr 2018 21:59:06 +0200 Subject: [PATCH] Add README.md to example_camera --- example_camera/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 example_camera/README.md diff --git a/example_camera/README.md b/example_camera/README.md new file mode 100644 index 0000000..09d037b --- /dev/null +++ b/example_camera/README.md @@ -0,0 +1,9 @@ +# Camera Example + +This example demonstrates the possibility to use camera input as a texture source. Make sure you clone the [ofxRPiCameraVideoGrabber](https://github.com/jvcleave/ofxRPiCameraVideoGrabber) addon into your `openFrameworks/addons` folder before compiling on Raspberry Pi. + +``` +cd openFrameworks/addons +git clone https://github.com/jvcleave/ofxRPiCameraVideoGrabber.git +``` +