Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to import .h264 bitstream File in MATLAB

1 次查看(过去 30 天)
How to import .h264 file from security camera video in MATLAB. I tried to import by VideoReader but an error occurred.

回答(1 个)

Etsuo Maeda
Etsuo Maeda 2018-3-12
VideoReader is just for files, not for video streaming.
If you use Windows 7 OS or later, you can import H.264 file format mp4 or m4v with VideoReader command.
try
>> doc read-video-files

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!