![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
|
Hi, I was checking on the forum, like I usually do, and I remembered a problem that i had some time ago, I didn't do anything then, but now, since I’m here, what is needed to convert a video signal (AV) to binary code (Microcontroller) and then back to video signal (AV) ? I thought that i could need a DAC to convert the video signal to binary, and then to a ADC, the main idea then was to send the digital signal (binary) to another remote microprocessor through wireless, decode the binary signal and then send the video binary signal to an ADC. -> But my doubt was, how fast the DAC needed to be ? ... or how many bits of precision it is needed to do that ? ... | |
| |
| | #2 |
|
hi tiago, Is it 'broadcast' quality A/V, colour or monochrome. Give us more detail on the video signal. These factors will influence the ADC/DAC and radiolink bandwidth. etc. Eric | |
| |
| | #3 | |
| Quote:
The entire idea seems pointless though?, why not just send the analogue video signal wirelessly? - you can buy cheap video senders, or even cheap modules to build your own. If you want to work out how much data you will need, work out your required resolution, then assume 24 bits per pixel (one byte per colour), so three bytes per pixel - so for full PAL resolution you need: 720x576x3=1,244,160 bytes, 25 times per second So you need to send 31,104,000 bytes per second - this is a LOT of data!. Bear in mind standard CAT5 ethernet only does 100 megaBITS per second, more than a third too slow for the video!. | ||
| |
| | #4 |
|
color ... that much resolution ? ... those small cmos cameras don't have that mutch, its abouth some 300x200 or less, but even so it's too mutch, the ideia was to send all signals mixed and decode them in the other side (computer) ... but like this it's dificult, but even so, if it was to be done, how fast it needs to be ? Anyway, isn't the converted signal just the wave level ?!?!?! how come it needs that mutch bandwidth ? I was asking abouth the DAC and ADC precision ... I'm not doing anything, it's just to know abouth it. Thanks by the way. | |
| |
| | #5 | |||
| Quote:
Quote:
Quote:
| ||||
| |
| | #6 |
|
Do you know any concrete DAC to do that ?
| |
| |
| | #7 | ||
| Quote:
How about: Quote:
| |||
| |
| | #8 |
|
Also don't use 24-bit, 16-bit colour is more than good enough for most applications. This looks like a good application for a mini-PC.
__________________ I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong. Please ask on the open forum if you have a question and I'll be happy to help, if I know the answer. | |
| |
| | #9 | |
| Quote:
| ||
| |
| | #10 |
|
he's probablly thinking abouth 16bit per pixel most likelly lol but it could be 12bits if they were 4 bit quality (16 colors) 4x4x4, with that i can also make a video to computer digitalizer ![]() Well i've had tought that it was easier ... Thanks again. | |
| |
| | #11 | |
| Quote:
5 bits for the red channel. 6 bits for the green channel. 5 bits for the blue channel. It's called 5-6-5 bit colour and is still used a lot in mobile phones and small portable computers.
__________________ I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong. Please ask on the open forum if you have a question and I'll be happy to help, if I know the answer. | ||
| |
| | #12 |
|
What a horrible idea!! | |
| |
| | #13 |
lol ...
| |
| |
| | #14 |
|
Horrible? I suppose it is now but it weasn't compared to the alternatives when computers weren't as powerful. Either use 8-bit palleted 256 colour which was terrible or 24-bit true colour which was too slow. 16-bit high colour had the best of both worlds, speed (on a 32-bit processor you could write 2 pixels at the same time) and acceptable bad quality.
__________________ I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong. Please ask on the open forum if you have a question and I'll be happy to help, if I know the answer. | |
| |
| | #15 |
|
Try doin'g it with 8 bit micro's lol
| |
| |
|
| Tags |
| >, binary, video |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| Feeding video into a laptop | sram | Electronic Projects Design/Ideas/Reviews | 20 | 1st January 2007 08:23 PM |
| RF Remote control for a Video switcher | Vam | Electronic Projects Design/Ideas/Reviews | 0 | 4th October 2005 07:49 AM |
| Video signal conversion + PlayStation Multi A/V interfacin | darkliquid | Electronic Projects Design/Ideas/Reviews | 7 | 2nd November 2004 06:58 AM |