matlab code for video transmission
Mostrar comentarios más antiguos
i need the matlab code for the problem that how we can transmit a video in matlab
6 comentarios
shreya kaushal
el 20 de Oct. de 2012
Walter Roberson
el 20 de Oct. de 2012
YouTube videos are Flash, not AVI or mpg.
Walter Roberson
el 20 de Oct. de 2012
Also, reading a downloaded video is not an example of transmitting the video, which is what this question is about.
shreya kaushal
el 21 de Oct. de 2012
Walter Roberson
el 21 de Oct. de 2012
It is something you should be asking in a different question, as it is a quite different matter than transmitting video.
shreya kaushal
el 24 de Oct. de 2012
Respuestas (1)
Walter Roberson
el 20 de Oct. de 2012
0 votos
There are two kinds of data transmission: "reliable", and "best effort". "reliable" is used when it is necessary that all of the data be received and reconstructed exactly the same as at the source, even if it takes several retransmissions or a considerable length of time. "best effort" is used when it is acceptable to lose some of the data or receive it out of order because "real-time" presentation is more important for the application purposes.
"transmit a video" could potentially fall into either of these types. If the video is being copied from one place to another for later display or analysis, then "reliable" transmission would be called for. If the video is being transmitted over (say) a web page to display to a user "live" then best-effort is what would be called for.
In order to proceed, you will need to decide which of the two transmission schemes you are needing.
Categorías
Más información sobre Audio and Video Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!