Add README.md to example_camera

This commit is contained in:
Krisjanis Rijnieks
2018-04-26 21:59:06 +02:00
parent dce8f6ed35
commit 508ca26d28
+9
View File
@@ -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
```