Effacer les filtres
Effacer les filtres

How do i put time for camera to take a picture?

2 vues (au cours des 30 derniers jours)
Akif Harun BATUR
Akif Harun BATUR le 8 Juil 2015
Commenté : Ashmil Mohammed le 8 Juil 2015
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)

Réponses (1)

Ashmil Mohammed
Ashmil Mohammed le 8 Juil 2015
You may use the pause() function after the start(vid) statement.
  2 commentaires
Akif Harun BATUR
Akif Harun BATUR le 8 Juil 2015
Modifié(e) : Akif Harun BATUR le 8 Juil 2015
But is there a way to put certain amount of time after turning on the camera? Because I dont wanna trigger the button myself again I want camera to do it automatcially.
Ashmil Mohammed
Ashmil Mohammed le 8 Juil 2015
do you mean that camera should be triggered on automatically after some time?

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB Support Package for USB Webcams dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by