@ -25,6 +25,15 @@ You can use the example application of the addon for projection mapping projects
```
```
## Compiling on Linux
There might be issues with compiling because `ofxOMXPlayer` and `ofxRPiCameraVideoGrabber` addons do not exist on Linux and also other non-RPi platforms. To avoid the issues, do the following.
1. Open `example/addons.make` and remove ofxOMXPlayer line.
2. Open `example-camera/addons.make` and remove ofxRPiCameraVideoGrabber line.
3. Compile one or both examples by using make.
## Problems with Audio
## Problems with Audio
If you are having problems with audio playback, here are two steps for you. Before you do these, make sure audio of your video file works.
If you are having problems with audio playback, here are two steps for you. Before you do these, make sure audio of your video file works.
@ -153,41 +162,33 @@ Key | Function
2 | Texture editing mode
2 | Texture editing mode
3 | Projection mapping mode, use this to select a surface first
3 | Projection mapping mode, use this to select a surface first
4 | Source selection mode
4 | Source selection mode
c | Show info
i | Show info
t | Add triangle surface
t | Add triangle surface
q | Add quad surface
q | Add quad surface
x | Add hexagon surface
g | Add grid warp surface
g | Add grid warp surface
a | duplicate selected surface
d | duplicate selected surface
o | Scale surface up
\+ | Scale surface up
i | Scale surface down
\- | Scale surface down
p | toggle perspective warping (quad surfaces only)
p | toggle perspective warping (quad surfaces only)
v | add columns to grid surface (grid warp surfaces only)