How do I test a PAL video device in USA ?
Bean
Posts: 8,129
I have a video display module made from the SX, and I want to try to adjust the code to support PAL video output.
How can I get a display that will display PAL·here in PA ?
Bean.
Post Edited (Bean) : 2/2/2005 5:39:37 PM GMT
How can I get a display that will display PAL·here in PA ?
Bean.
Post Edited (Bean) : 2/2/2005 5:39:37 PM GMT
Comments
Paul
I'm only doing black and white so it should be do-able.
I also found out that my camcorder has a PAL input option, so I'll try that first.
Bean.
If you're trying to generate proper (saleable) PAL, then ebay yourself a broadcast monitor, and play in comfort.
(We've used SX28s here to insert, errr, stuff, into video, using an R/2R DAC on teh pins. It works well, but does require much care)
Steve
I need to generate PAL for use overseas, I assume that is 50Hz.
Now I wonder if my camcorder is 60Hz or 50Hz ???
Bean.
Whether you want to do the whole job properly depends very much on what you're trying to do. If you're doing this for a customer, it's worth finding out what they want / need / are prepared to pay for. If you're just playing around, then play! You might be surprised by what TVs will lock to.
(I've been designing set-top boxes for a while - hence the rather jaded viewpoint [noparse]:)[/noparse]
Steve
It works great on NTSC, but I would like to support PAL output for potential customers across the pond.
I double checked my camcorder and it does NOT display PAL. So I think I'll go with the video capture card route.
Bean.
kelvin
Thanks for all the ideas...
Bean.
Do you know what these fancy abbreviations NTSC, PAL, and SECAM really mean?
NTSC = Never Twice the Same Color
PAL = Pay for Additional Luxury
SECAM = Systeme Elegante Contre l'AMerique
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Greetings from Germany,
G
good point - this comes closer to the French SECAM stuff
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Greetings from Germany,
G
You may want to check in to what parts of the world support what PAL standard. I know there are some oddballs. For example, PAL in Brazil uses PAL timing but NTSC resolution.
I used an add in tuner card to test my video device (http://www.speechchips.com/shop/item.asp?itemid=29) and I bought a small BW PAL monitor to test with. Oddly enough, the monitor is a pretty forgiving device.
Ken
www.speechchips.com
I actually saw your video device while browsing for similar products. Looks pretty cool.
I wish the SX had more RAM so I could use a higher graphic resolution.
Maybe some day I'll port it to the SX48 or SX52. The extra code space would help too.
I too am amazed at how forgiving the monitor is (both NTSC and PAL). It seems like as long as the sync pulses are regular enough, the monitor can figure it out. I actually got alot of good info from web site that describe the video output from the old ZX81 computer. Just one very long VSYNC pulse, seems to work fine.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out· the "SX-Video Display Module"
www.TerryHittConsulting.com
Post Edited (Bean) : 2/17/2005 12:19:14 PM GMT
Yes, extra ram helps. I'm using 800 bytes for pixel adressable screen buffer to get a monochrome resolution of 64x100.
My next project, the SV2000, is 128x128 but that is character based.
So have you started on a color version?
IMO, PAL actually is a definition of one method to encode/decode color information on a TV signal. As your device just outputs b/w, you don't need to bother about the color system. On the other hand, there is another standard, CCIT which defines the frame/line rates. Most commonly used in Europe is a frame rate of 50 Hz, and a line rate of 15,625 Hz, i.e. 50 half-frames/second, 625 lines, odd lines first, even lines next.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Greetings from Germany,
G
Ignore the fact that the standard states its superceded, the more recent document is more of an errata and doesn't provide any "meat".
Yeah the PAL video capture card will display the NTSC output, but it gets squashed to the top. When you use the PAL output option I just use more vertical lines.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out· the "SX-Video Display Module"
www.TerryHittConsulting.com
·
What I do for VSYNC is just a single very long sync pulse (ala Sinclair ZX81 video routine).
I need the cycles for the main program to execute.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out· the "SX-Video Display Module"
www.sxvm.com
·
figure 3.8 vs 3.9, from the sounds of it your not doing commercial but block syncing.
Post Edited (Paul Baker) : 2/20/2005 8:21:21 AM GMT
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out· the "SX-Video Display Module"
www.sxvm.com
·