How do i put time for camera to take a picture?
Ältere Kommentare anzeigen
I want to take a picture after a certain amount of time; I want the camera to get a snapshot after 10 sec I turn it on.Is there a way to do that?
vid=videoinput('winvideo');
start(vid)
I=getsnapshot(vid);
imshow(I)
stop(vid)
Antworten (1)
Ashmil Mohammed
am 8 Jul. 2015
0 Stimmen
You may use the pause() function after the start(vid) statement.
2 Kommentare
Akif Harun BATUR
am 8 Jul. 2015
Bearbeitet: Akif Harun BATUR
am 8 Jul. 2015
Ashmil Mohammed
am 8 Jul. 2015
do you mean that camera should be triggered on automatically after some time?
Kategorien
Mehr zu MATLAB Support Package for IP Cameras finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!