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 +``` +