Project Guidance: OF Capability of capturing 2, 1920x1080@60fps feeds?

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!

Most probably OF can deal with it. Which capture cards are you using? If you are using a BlackMagic capture card or similar you might want to take a look at ofxaddons.com and see what addons are there for such.