I want to read live video stream from my media server over LAN in MATLAB.is there any way to do this? Actual setup is like this: There is survelliance equipment.Using TV tuner card and media encoder,we are streaming it over LAN to other users. Users can enter url(IP address of media server and port number) in their media player and can view the live feed. We want to read this feed in MATLAB so that we can carry out image processing on this stream.
Hi Abhishek,
You might have to replace the "~" with a variable name. The "~" is used to denote a variable that is never used in the code.
The callback function always takes in parent object and event as the first two arguments. However, since I am not using the event variable in the callback function, I replaced it with "~". Once you put a variable name in it's place, it should work fine.
Hope this helps,
-Ankit
Hi Ankit,
I am running your code in the version number R2008a.
I got the following error
Error: File: real_time_data_stream_plotting.m Line: 70 Column: 43
Unexpected MATLAB operator.
Please clarify...
Regards,
Abhishek
Comment only