These two settings have shown the best results so far. Audio problems and video playback at the beginning of longer video files was the main issue in most cases. Please open an issue if you have better suggestions.
## Running the Example
You can use the example application of the addon for projection mapping projects where static images or videos have to be projection mapped. Make sure you are using the **latest stable** version of openFrameworks.
1. Put your own sources in the `example/bin/data/sources` directory.
2. Compile and run the example project.
```bash
cd openFrameworks/addons/ofxPiMapper/example
make && ./bin/example
```
3. Use the `-f` flag to launch it fullscreen.
```bash
./bin/example -f
```
## Extended Functionality
Examples represent extended functionality of ofxPiMapper. Enter each example separately to find out more.