Hello everyone, looking at converting a Processing sketch to OpenFrameworks. One of the things that I had to cut from the Java version was capturing two 1920x1080@60 feeds from two seperate capture cards. Processing could not handle all of the frames and would lag.
Would this be possible in OpenFrameworks?
The end goal would be to capture those two feeds, overlay information onto them, and save specific frames from those feeds as well.
Thanks!