How do i put time for camera to take a picture?
이전 댓글 표시
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)
답변 (1개)
Ashmil Mohammed
2015년 7월 8일
0 개 추천
You may use the pause() function after the start(vid) statement.
댓글 수: 2
Akif Harun BATUR
2015년 7월 8일
편집: Akif Harun BATUR
2015년 7월 8일
Ashmil Mohammed
2015년 7월 8일
do you mean that camera should be triggered on automatically after some time?
카테고리
도움말 센터 및 File Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!