how to manually trigger an image taken from usb webcam?

16 Ansichten (letzte 30 Tage)
ankita
ankita am 27 Mär. 2014
we take real time images from usb webcam. for this we have installed our usb webcam in matlab. but the problem is when we run the code we get snapshot of image immediately. Instead of this we want to take image after some delay(like manual triggering). here is code for taking image from webcam installed by me.
vid=videoinput('winvideo',2,'YUY2_640x480'); preview(vid); start(vid); set(vid,'ReturnedColorSpace','RGB'); rgb=getsnapshot(vid); imshow(rgb); stop(vid);

Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by