Record video from webcam
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
v = videoinput ( "winvideo" , "1" , "MJPG_640x480" ) ;
v.SelectedSourceName = "input1";
src_v = getselectedsource(v);
get(src_v)
preview(v)
frame = getsnapshot(v)
Error using imaqdevice/getsnapshot
A timeout occurred during GETSNAPSHOT.
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!