kr15h / ofxPiMapper

Projection mapping addon for openFrameworks that works on the Raspberry Pi
http://ofxpimapper.com
Other
465 stars 94 forks source link

Programmatically load a video? #150

Open periode opened 6 years ago

periode commented 6 years ago

Hello!

I'm trying to shuffle through videos in the sources folder, playing a random video once the previous one is finished. It seems that the easiest way would be to call something like mapper.loadVideo(path to video) but I can't seem to figure out if there is such a thing?

Apparently, it happens in the MediaServer class, but it doesn't seem to be exposed... Any thoughts?

Thank you!

kr15h commented 6 years ago

This should be added. I agree.

toughvj commented 5 years ago

Hello periode, this could be done by FBO source, I'm actually finishing it.