Prev: replacing loops to improve performance
Next: Matlab Figure won't appear docked inside Plot Tools window
From: Ahmed on 23 Jun 2010 17:27 i would like to know whether it is possible to transmit a live video stream processed in matlab to a remote destination either using tcp or udp.... can this be achieved in matlab... any help wld be greatly appreciated...
From: Mohammad Khan on 25 Jun 2010 14:30
"Ahmed " <aquacure_1(a)hotmail.com> wrote in message news:hvtu78$8ek$1(a)fred.mathworks.com... >i would like to know whether it is possible to transmit a live video stream >processed in matlab to a remote destination either using tcp or udp.... > > can this be achieved in matlab... any help wld be greatly appreciated... *********** You may take a look at the following link: http://www.mathworks.com/support/solutions/en/data/1-BBLJPT/?solution=1-BBLJPT It explains how to send or receive audio and video content over a network via the Microsoft (R) MMS protocol. An example (in Matlab code) can also be downloaded. Mohammad |