does it is possible to live stream video in matlab with H.264 codec
조회 수: 7 (최근 30일)
이전 댓글 표시
I have hikvision camera that has video encoding in H.264 I m wondering that if I could live stream that video in Matlab. Or it is possible to do with vlc video player.
댓글 수: 0
답변 (3개)
MathWorks MATLAB Hardware Team
2020년 8월 27일
Hi Haris,
MATLAB will be supporting H.264 encoded RTSP streams for IP Cameras through MATLAB Support Package for IPCameras in the upcoming release, MATLAB R2020b version. Hope it helps!
댓글 수: 3
Walter Roberson
2020년 9월 22일
tal mazor:
You cannot do that. R2020b is the first release that supports rtsp H.264 . Releases before that only support RTSP for Motion MPEG at most.
Lorenzo Giannini
2020년 12월 9일
Walter Roberson
2018년 3월 26일
Historically it has not been possible to live stream h264, but I have not rechecked the latest two releases. I cannot presently rule out the possibility that a recent change to support for one of the boards such as arduino might perhaps have added the capability; it was not there in R2017a (not without running a custom adapter)
Devices such as gigabit cameras return entire frames in the mode supported by MATLAB, rather retuning h264 streams with some hypothetical function to decode the frames.
The historical support for h264 has only been from file, not streaming.
If you have Windows then you can use activexserver to talk to a COM object to do the decoding for you and to return the frames.
댓글 수: 5
Walter Roberson
2018년 3월 26일
With rtsp the device needs to be configured for Motion MPEG, not for H264
Astarag Chattopadhyay
2020년 9월 22일
The support for H.264 encoded RTSP streams in MATLAB Support Package for IPCameras is now available with MATLAB version R2020b.
댓글 수: 5
Astarag Chattopadhyay
2020년 12월 7일
Hi Tal,
You can use the following documentation to troubleshoot the connection issue:
Ensure that the authorization is set to basic and not digest in the camera software settings. For further help please reach out to MathWorks Technical Support.
Lorenzo Giannini
2020년 12월 9일
참고 항목
카테고리
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!