Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How to import .h264 bitstream File in MATLAB

1 vue (au cours des 30 derniers jours)
Haruki Yamaguchi
Haruki Yamaguchi le 8 Mar 2018
Clôturé : Haruki Yamaguchi le 5 Juin 2018
How to import .h264 file from security camera video in MATLAB. I tried to import by VideoReader but an error occurred.

Réponses (1)

Etsuo Maeda
Etsuo Maeda le 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!