We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to do some simple movie playback manipulation using Processing. I've got a simple patch running on my Mac and tried to do the same on the Pi. The video to play back is movie.mov in the data folder next to the patch I'm working on. The video library is installed on both, but I get no video image coming up, just a blank window. Should this library be functional yet?
I know there are other ways to get video playback running on the Pi, but I'd really like to do this in Processing if at all possible.
Thanks!
Answers
https://github.com/processing/processing/wiki/Raspberry-Pi#video-library
there's a note here about the video library, did you try this?
No, hadn't seen that. Compiled one whole part of that. Haven't been able to get the java part compiled, which I think is the actual library.