you think? I think the chip near the data connector looks like maxim, but the blurry logo on the other 2 chips doesn't look to be maxim, I think it looks more like a texas instruments logo....
you think? I think the chip near the data connector looks like maxim, but the blurry logo on the other 2 chips doesn't look to be maxim, I think it looks more like a texas instruments logo....
I wasn't saying it is a Maxim chip, I'm just saying that they have good ADCs in my experience!
Maybe there's a video pre-amp or something like that as well. I don't know anything about video specifically, but the system would probably consist of
Input -> Preamp (possibly) -> ADC -> uController
Maybe there'd be some other chip in there, but if the uC was fast enough you wouldn't need one. Hmmm maybe an Atmel would be more appropriate for the rigours of high-speed video processing...
They probably use a LM1881 ( http://www.national.com/pf/LM/LM1881.html ) composite sync seperator chip to track which video line they are on. Then they probably take timed ADC samples on a block of lines and average them. The values are probably then stored in a 2d array which is then used to be compared with the next frames.
This is not necessarily a difficult process or project other then the fact that you probably have to set a PIC ADC to the fastest conversion time, which might be fast enough for what you need.
You will most likely have to use ASM or maybe a very very very efficent c compiler. You will also have to use some really really tight loops to track video lines and read adc values.
If it was me, I would have prolly used some sort of faster processor like a SX. This would allow better timing for video processing.
I was actually going to try this once, but I never got around to placing an order for a LM1881 (I'm just a poor high school student).
Harrison
Last edited by harrisondp; - 31st January 2006 at 05:42.
Harrison looks like he knows what he's talking about. Follow his lead.... I've never worked with video, so my generic data acquisition block diagram may or may not have been helpful to you.
Good luck with it.
Bookmarks