How to receive and record a video stream form port?
9 次查看(过去 30 天)
显示 更早的评论
Hi is there a solution in Matlab to receive and record a video stream form port e.g. 8080 (UDP) alongside with the current time. I belief with the Image Acquisition Toolbox this is not possible even though UDP is supported because in my case no camera is used. It is just a simple mpeg 4 video on port 8080 Does somebody knows, how to do it? Thanks Johannes
0 个评论
回答(1 个)
Madhura Suresh
2016-5-4
Hi Johannes,
Does your stream have an IP address? If yes, you can use ipcam in MATLAB.
You could use UDP communication in MATLAB to get images, but that is more involved.
Once you get the raw data, you will have to post-process that to get images in MATLAB.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!