Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How to import .h264 bitstream File in MATLAB

1 visualizzazione (ultimi 30 giorni)
Haruki Yamaguchi
Haruki Yamaguchi il 8 Mar 2018
Chiuso: Haruki Yamaguchi il 5 Giu 2018
How to import .h264 file from security camera video in MATLAB. I tried to import by VideoReader but an error occurred.

Risposte (1)

Etsuo Maeda
Etsuo Maeda il 12 Mar 2018
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!