The new Propeller Backpack module with Pal ( Not NTSC)
Joe
Posts: 184
Hi,
I need the Propeller Backpack ( Item code 28327 ) .
I want to use it with a Basic Stamp.
My problem is that I need to use it with
a PAL ( Not NTSC) signal.
It seems that it is possible to use with PAL
and I just have to modify some resistors.
But my problem is that I don't understand how
to replace these resistors.
Please help. , Joe
I need the Propeller Backpack ( Item code 28327 ) .
I want to use it with a Basic Stamp.
My problem is that I need to use it with
a PAL ( Not NTSC) signal.
It seems that it is possible to use with PAL
and I just have to modify some resistors.
But my problem is that I don't understand how
to replace these resistors.
Please help. , Joe
Comments
Post Edited (Mike Green) : 2/12/2010 7:01:30 PM GMT
I need to use it to overlay the data from a GPS.
Do you know if the Backpack module could work ?
Thanks, Joe
-Phil
I found a similar module that uses the Propeller too and
overlay PAL and NTSC :
http://www.hittconsulting.com/hcosd.htm
Joe
But ,
it seems that you think that it is a software change and not a hardware change.
I can read at page 23 of the Backpack manual that there are some resistors
for PAL use:
http://www.parallax.com/Portals/0/Downloads/docs/prod/prop/PropellerBackpackv1.0.pdf
Could confirm please, thanks, Joe
The differences between NTSC and PAL mostly have to do with timing as Phil mentioned and that's completely controlled by software.
I tried to overlay my PAL camera video with the Parallax Backpack module
but I can't.
I am not an expert . I think Parallax could try to develop some
software for PAL users.
Parallax has many European customers and perhaps Parallax Engineers
could develop a software or code for European customers.
It is a suggestion only, maybe it is too difficult to do it.
Any way thanks again , Joe
I've just brought a Propeller Backpack for the sole purpose of using it as a OSD, and would prefer not to go through learning a new micro language.
Many thanks
Dave
With not modified "prop_backpack_tv_overlay2.spin" I can overlay in PAL, but the overlay flash 2-3 time/sec, not constant.
It locks, but not steady.
I believe if I have you relation of this numbers, I can apply it in PAL video.
Thank you
In you code, you use som constants, can you give the relation of you numbers with the NTSC timings
Dit you find them empiric, or are there som math behind?
half sync 1200 => 4,us/2 = 2,35us ???
even_odd_thld => even odd detection ?? is neg ?
line_thld => line detection ?? NTSC= 560 ?
frontporch 80*62 => 4960 => 1,5us ???
NTSC
Abbreviation National Television System Committee
Video Bandwidth 4.2 MHz
Sound Carrier 4.5 MHz
Bandwidth 6 MHz
Vertical Frequency 60 Hz
Horizontal Frequency 15.734 kHz
Color Subcarrier Frequency 3.579545 MHz
Lines/Field 525/60
PAL
Abbreviation Phase Alternation by Line
Video Bandwidth 5.0 MHz
Sound Carrier 5.5 MHz
Bandwidth 7 to 8 MHz
Vertical Frequency 50 Hz
Horizontal Frequency 15.625 kHz
Color Subcarrier Frequency 4.433618 MHz
Lines/Field 625/50