Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to import .h264 bitstream File in MATLAB

1 visualización (últimos 30 días)
Haruki Yamaguchi
Haruki Yamaguchi el 8 de Mzo. de 2018
Cerrada: Haruki Yamaguchi el 5 de Jun. de 2018
How to import .h264 file from security camera video in MATLAB. I tried to import by VideoReader but an error occurred.

Respuestas (1)

Etsuo Maeda
Etsuo Maeda el 12 de Mzo. de 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

Etiquetas

Community Treasure Hunt

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

Start Hunting!