how to manually trigger an image taken from usb webcam?
이전 댓글 표시
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);
답변 (0개)
카테고리
도움말 센터 및 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!