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.
How to transfer a variable is a string?
example: varable data
I written: fprintf(tcpServer,data,'String')
But it show error:
Error using icinterface/fprintf (line 130)
FORMAT must be a string.
Error in tcp (line 5)
fprintf(tcpipServer,data,'String');
How can I fix it?
hello ankit,
I tested your code on an ip camera to receive streaming on matlab, but it does not work?!
I do not know where the problem,
at first it gave me an error at line 66 in function "fopen" and there I change the entry "localhost" with the ip address of the camera with a port "8001" but it gave neither error nor result!
knowing that the camera is normally secured by password, what is the solution in your opinion?
It doesn’t plot anything! I think that doesn't work because it isn’t a numeric data... I proof that making a ping to another computer and doesn’t plot anything How I can try? Thanks...
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.
Comment only