Krisjanis Rijnieks
Krisjanis Rijnieks
That's interesting. I will have to try to reproduce this myself.
I added `ofxOMXPlayer` back to `addons.make`. Trying to reproduce the other error you have.
I think that there are changes in the Stretch version of Raspbian that have to be taken into account. I think one has to install latest Jessie and continue from...
Also, just added instructions here: http://ofxpimapper.com/pages/github-instructions/ And it works like this. Another thing is that I have to add a part about openFrameworks EGLWindow patching to enable listening to all...
yes. that sure is missing and would be nice to have. —- Krisjanis Rijnieks creative coding, projection mapping, solutions https://rijnieks.com DE: +49 15129506589 LV: +371 28366337 > On 23. Oct...
I think you should use [this tutorial](https://www.bareconductive.com/make/the-touch-board-as-an-hid-keyboard/) to make your touch board into a HID keyboard and then map the keys to specific functions of ofxPiMapper. Take a look at...
You mean dynamically load another xml file? There is the function `ofxPiMapper::loadProject(std::string filename)`. Try that. There might be issues, since the `ofxOMXPlayer` in the background might not unload video files...
Yes, I guess that is a valid issue. The thing with pressets is that you can store multiple projects in one xml file. You could try that approach. You just...
Yes, this is how it is meant to be. One can override internal ofxPiMapper shortcuts.