How do i put time for camera to take a picture?
조회 수: 1 (최근 30일)
이전 댓글 표시
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)
댓글 수: 0
답변 (1개)
Ashmil Mohammed
2015년 7월 8일
You may use the pause() function after the start(vid) statement.
댓글 수: 2
Ashmil Mohammed
2015년 7월 8일
do you mean that camera should be triggered on automatically after some time?
참고 항목
카테고리
Help Center 및 File Exchange에서 GigE Vision Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!