I would like to write a C++ program that outputs color patches to a monitor via a DeckLink card and samples the signal of a camera which is filming that monitor and also connected to the computer via a DeckLink card.
Is there something like a minimal working example for just sending a single solid color patch continuously to a DeckLink output? I've looked through the examples that come with the DeckLink SDK (specifically SignalGenerator and TestPattern), but they seem to contain a lot more code than I actually need.
I've also read the seemingly relevant parts of the SDK documentation, but I'm new to C++ so it's all a little overwhelming to me. I think it would be very helpful if I could just see the absolute minimum amount of code required to output one solid color for as long as the program is running.