How to rectify this error ?
古いコメントを表示
Error using imaq.internal.VideoDeviceInternal (line 298) Invalid VIDEOFORMAT 'MJPG_640x480' specified. VIDEOFORMAT must be specified as a string. The available formats on this device are {YUY2_160x120, YUY2_176x144, YUY2_320x240, YUY2_352x288, YUY2_640x480}.
Error in imaq.VideoDevice (line 270)
Error in FaceDetection (line 5) vidDevice = imaq.VideoDevice('winvideo', 1, 'MJPG_640x480','ROI',[1 1 640 480]);
1 件のコメント
Sivakumaran Chandrasekaran
2014 年 3 月 11 日
information provided by you is not sufficient.. you should paste the entire code
回答 (1 件)
Anish abraham
2014 年 4 月 4 日
0 投票
i think you should try 'MJPG_1280x720' instead of 'MJPG_640x480'.thank u.
カテゴリ
ヘルプ センター および 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!