Hi
Need some help in setting up an application. I need to combine a live webcam feed video next to a looping static video in the same application (1 window).
Or in other words, 2 applications, 1 window.
My TOTAL window size is 1920x1080.
And for sake of argument lets say the area for my live webcam feed is the left half of my application window, 960px wide X 1080 px high.
How would I do this?
Would I need to set this up somehow in my main with ofGLFWWindowSettings or?