Not even sure this is possible, especially for a Processing novice like myself, but thought it would be a great project to get my feet wet.
I have a single source video stream that is in a equirectangular projection. For an example of what I mean check out these still images in the flickr pool
But I'm working with video, NOT still images.
Anyways, I want to create a video player experience similar to
or
but using Processing.
What is happening is a equirectangular mapped video source is being converted to a cubic or skybox projection, then these are mapped to the inside of a cube with a camera at the centre.
Is this possible in Processing?
Any tips or suggestions welcome!
1