Maintaining aspect ratio with multiple windows
Hi,
I need to trigger between five or more videos using sensors, each of which would be displayed fullscreen. I need to maintain the aspect ratio for each one while ensuring that the right video gets triggered to go to full screen. I've tried using a jit.gl.render with a jit.gl.videoplane and a jit.window but I can't control which video takes over in full screen when several jit.qt.movie's are running simultaneously
Hard to imagine what you are trying to do without a patch. Are we just seeing one fullscreen video at a time or are they all displayed in a smaller size before one gets picked to go full screen? Do they really need to all be playing simultaneously? Is there a reason why your videos can't be rendered as the same aspect ratio before you use them in Jitter?