Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Editing PAL Video Signal

Status
Not open for further replies.

g_shyam1682

Full Member level 4
Joined
Jan 11, 2010
Messages
204
Helped
53
Reputation
106
Reaction score
43
Trophy points
1,308
Location
Udaipur-Rajshan-India
Activity points
2,538
Hello friends

i design a cross bar Project

In which, i have edit PAL Video signal and make one horizontal and one vertical black line on CCTV Monitor

My hardware is
--PIC 18F4431, 20MHz Crystal
--LM1881

My Horizontal line is OK

But my vertical line is fluctuated,
i use polling programming to detect horizontal sync;

what is batter, Polling Programming or Interrupt programming to detect horizontal sync?

what is problem with my Vertical line?

Please Help me to find out my problem
 

You need to be using interrupts. Even so, I am not sure you will get a very stable vertical line using a microcontroller.

Keith
 

    g_shyam1682

    Points: 2
    Helpful Answer Positive Rating

    g_shyam1682

    Points: 2
    Helpful Answer Positive Rating
IanP said:
If you do it properly with interrupts I can’t see any reason why it shouldn’t be stable ..

It depends on your definition of stable. Interrupts have latency, which will vary depending on the exact timing of the interrupt relative to what the processor is doing at the time. The processor clock phase will vary within the line. If al these add up the less than the thickness of the vertical line you are generating then it might be good enough. For applications I have worked on I have generated a pixel clock phase locked to the line and driven the video with hardware (FPGA) so the image is rock solid.

Keith.
 

g_shyam1682 said:
Hello friends

i design a cross bar Project

In which, i have edit PAL Video signal and make one horizontal and one vertical black line on CCTV Monitor

My hardware is
--PIC 18F4431, 20MHz Crystal
--LM1881

My Horizontal line is OK

But my vertical line is fluctuated,

I have used one 64uS Timer to edit Vertical line

it is work batter for one frame
but in next frame, position of vertical line is change

please, give me some hint or

some example code.

IN my project, PIC 18F4431 must be there.
 

In Pal tv signals the second field is interlaced and starts its progress scanning from the centre top of the screen not from the top left as the first field started.
 

Thank barrybear

In Pal tv signals the second field is interlaced and starts its progress scanning from the centre top of the screen not from the top left as the first field started.

Can you give me some Example "C" language code.

My Micro is PIC18F4431
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top