vid = videoinput('winvideo',1,vinfo.SupportedFormats{'1280*720'}); ?
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
Sanket Mishra
2014 年 7 月 7 日
Assuming you are using a format supported by the device, simply use 1280x720 instead of 1280*720 (replace * by x).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!