video place using videoreader
Afficher commentaires plus anciens
i was trying to read video using matlab i found this function VideoReader (file name) but where should i place that video to be able to read it thank you
Réponses (1)
Walter Roberson
le 21 Mar 2016
You can place the video anywhere on disk that you can read from. Just pass the complete file name to VideoReader()
VideoReader('G:\Plan9\FinalFinalFinalVersion\Never\Going\To\Give\You\Up\DancingPandas.avi')
1 commentaire
Zeinab Abd ElMonam
le 24 Mar 2016
Catégories
En savoir plus sur Video Formats and Interfaces dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!