hello pd,
Did anyone find a solution as to how to get GEM working in vanilla 0.47? (and furthermore on a pi3?)
Is it possible to just get it from the deken.plugin?
Bests,
line
GEM IN PD VANILLA 0.47
hello pd,
Did anyone find a solution as to how to get GEM working in vanilla 0.47? (and furthermore on a pi3?)
Is it possible to just get it from the deken.plugin?
Bests,
line
I don't think you can run Gem on the Pi, because the Pi uses openGL ES (if I'm not mistaken), while Gem uses openGL. I think that the best solution for visuals on the Pi is openFrameworks which has an ARM version.
@linefj A google search for "rpi3 trigger video touch sensor" gives this......
http://raspi.tv/2013/how-to-use-interrupts-with-python-on-the-raspberry-pi-and-rpi-gpio-part-3
where someone has posted the python code for triggering videos from gpio pin connected buttons (you will need to substitute the touch sensors) and lauching the videos with "omxplayer"....
That is probably the easiest solution.........!
David.
hey thanks a lot both of you!
@alexandros , after a lot of ressearch I have to agree with you. I compiled the 0.47 pd vanilla (that has deken plugin included) and got the gem down. but once in the patch its just not working. OpenGL doesnt work on pi yet.... but Im sure it will happen anytime soon!
@whale-av , thank you for the link, I will look more into it, it seems to be what Im looking for! However, I saw a guy doing something similar with proccessing. so maybe for the time being pd is just not the best solution for a pi when it comes to realtime video....
Oops! Looks like something went wrong!