I don't know if this is even the appropriated place to ask this as this might be too advanced for this board...
Say, for standard rgb video where I wanted to take input video, modify it in the digital domain, then send it back out as rgb, I would think to have a scheme like this:
3 Input Signal -> 3 ADC -> 1 Digital Processor -> 3 DACs -> 3 Opamp Buffer
Now, for the first obvious question, is there a more cost effective/efficient way to do this other than 3 ADCs/3 DACS/3 buffers? That's already a lot of money and I assume most video devices that do video processing don't use this scheme, what is the standard scheme to use?
Next question, for the digital processor, when you do your video processing, say I wanted to add a small 50% transparent box in the center of the screen on top of the video, do I need to modify the video line by line, or would it to be better to store the entire frame, modify it, then send out the entire frame? I would assume line by line (or even pixel by pixel) would be the fastest method.
Next is the speed, based off the resolution I want (720x480), what speeds to I need to be looking for in the ADCs/digital processors/dacs?
Also, what type of digital processors are good/cost efficient for digital video? The only pure digital devices Ive used are PICs and I assume they are not sufficient for digital video.
Say, for standard rgb video where I wanted to take input video, modify it in the digital domain, then send it back out as rgb, I would think to have a scheme like this:
3 Input Signal -> 3 ADC -> 1 Digital Processor -> 3 DACs -> 3 Opamp Buffer
Now, for the first obvious question, is there a more cost effective/efficient way to do this other than 3 ADCs/3 DACS/3 buffers? That's already a lot of money and I assume most video devices that do video processing don't use this scheme, what is the standard scheme to use?
Next question, for the digital processor, when you do your video processing, say I wanted to add a small 50% transparent box in the center of the screen on top of the video, do I need to modify the video line by line, or would it to be better to store the entire frame, modify it, then send out the entire frame? I would assume line by line (or even pixel by pixel) would be the fastest method.
Next is the speed, based off the resolution I want (720x480), what speeds to I need to be looking for in the ADCs/digital processors/dacs?
Also, what type of digital processors are good/cost efficient for digital video? The only pure digital devices Ive used are PICs and I assume they are not sufficient for digital video.