magdesign
magdesign
By now it should be possible to sync several PiMapper RPis over the network since [ofxOMXPlayer](https://github.com/jvcleave/ofxOMXPlayer) was rewritten from scratch. The `example-shader` has controls to pause and seek forward a...
@mmunderlinegithub yes, sync mapping is possible. I sponsored a developer to solve mapping sync over network, its available with my outstanding [PocketVJ Exhibition](https://www.pocketvj.com/pocketvj-exhibition)
This could be done with TCPSyphon or with a more common protocol like RTP/UDP. Syphon is nice when you have VJ software, RTP is cool because VLC can output it.
Before compiling change the volume settings in: ` ofxOMXPlayer/src/ofxOMXPlayerSettings.h => initialVolume from 0.3 to 0.5` Then you have 100% volume.
Does anyone know how to adjust the volume when mapper is playing over 3.5 mm jack (bcm2835) ? Since adjusting the volume in alsamixer does not make any changes. It...
@eshkrab Why don't you test it and report what is not working.....
It takes a lot of time to test things, if someone can tell: I installed this, compiled this, that was working but stuck here, its much easier for a dev...
- Rectangular meshes on grid warping (rows and culoms) - Spherical surfaces - Masking (like a simple surface which has black content to mask off some areas) - Other FBO...
maybe some bezier quads...: https://github.com/TsubokuLab/ofxBezierWarpManager
Blending modes: - add - over - multiply - subtract Bezier style handles on each corner: 