vid = videoinput('winvideo',1,vinfo.SupportedFormats{'1280*720'}); ?
이전 댓글 표시
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
답변 (1개)
Sanket Mishra
2014년 7월 7일
0 개 추천
Assuming you are using a format supported by the device, simply use 1280x720 instead of 1280*720 (replace * by x).
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!