I was hoping there’d be a way to tackle this problem using an Arduino, which has led me to the Video Experimenter. I guess I’m trying to emulate a Time Base Corrector with multiple inputs…
Can anybody tell me if there’s a way to synchronize the videos? Perhaps using three Video Experimenters + Arduinos?
The VE+Arduino combo uses almost every single Arduino resource that’s available, including interrupts and timers. The TV libraries can read the video signal in black and white (not even grayscale) by comparing every single pixel voltage against a reference voltage. The libraries also allow you to write onto the screen. Complicated logic is pretty much out of the question. Maybe try the Raspberry Pi?
Ffix the reference voltage through software, like by using a PWM output, instead of tweaking the pot? That’s something I could do in the setup routine for example.