I had this idea on the bus the other night so I thought I’d share it in the hope that it might be possible to do.
The basic idea is to take two video streams at the same resolution (e.g. 30 or 60fps) and to combine them into a single video feed in software. If you can manage to find cameras which consistantly and regularly output an image every few miliseconds then it should in theory be possible to stich the feeds together.
There are however a number of difficulties with this:
1. You’d need two webcams of the same model.
2. The webcams need to both reliably output data for a frame at a consistant frequency.
3. You’d need to be able to start and stop them at slightly different times so that they follow one after another (shouldn’t be too difficult at 30fps but I’m not sure about 60). Which brings me to point 4
4. You’d need to build a small circuit with an led that turns on and off at specific frequencies so that you can sync the cameras.
So it’s not a particularly easy thing to do, but if you had a fast enough cpu then it should be possible…
What do you all think, Could this work?
