Write data to an HTTP or RTSP stream from MATLAB
8 次查看(过去 30 天)
显示 更早的评论
Hi
I have a video stream that I read into MATLAB from an IP camera. I perform object detection in MATLAB and produce bounding boxes. I want to write the current video frame with the overlayed bounding box to another http or rtsp stream so that the result can be viewed remotely with an RTSP/HTTP viewer application.
It was reccomended that I could use GStreamer for this although I have not found any examples of this integration. Is there a better way to do this. Perhaps using VLC media player or perhaps I can just use the MATLAB function webwrite?
0 个评论
回答(1 个)
Sakshay
2022-11-29
Hello Ellie,
As per my understanding, you are trying to send image data (single frame of a video) through HTTP using MATLAB.
Currently, MATLAB does not support GStreamer for Image Acquisition.
Instead, you can use the "webwrite" function in MATLAB to send the image data through HTTP. Please refer to the following documentation for more information:
You can also control the VLC player using MATLAB, if you want to stream using that. Please refer to the following code on File Exchange:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for IP Cameras 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!