1 changed files with 9 additions and 0 deletions
@ -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 |
|||
``` |
|||
|
Loading…
Reference in new issue