What would be the cheapest way to get video signal

arduinovideo

I have an OSD that I would fiddle around with till I'll get new camera. For OSD to work, I need PAL video signal, it may be anything, like black only.
I was thinking may be test video signal generator would help, but those things are way too expensive for such task, may be it is possible to make something simple using arduino?
I don't have any analog video source at home, like VCR, my notebook does not provide S-Video.

Best Answer

You can use an Arduino to output NTSC/PAL Video.

See: http://code.google.com/p/arduino-tvout/

I have used this and it does work, easy to set up too.