Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to import .h264 bitstream File in MATLAB

조회 수: 1 (최근 30일)
Haruki Yamaguchi
Haruki Yamaguchi 2018년 3월 8일
마감: Haruki Yamaguchi 2018년 6월 5일
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!