vid = videoinput('winvideo',1,vinfo.SupportedFormats{'1280*720'}); ?
Afficher commentaires plus anciens
i m writing this function but there is an error coming as index exceeds matrix dimensions i couldnt understand how to solve this problem kindly help me in this matter
Réponses (1)
Sanket Mishra
le 7 Juil 2014
0 votes
Assuming you are using a format supported by the device, simply use 1280x720 instead of 1280*720 (replace * by x).
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!