필터 지우기
필터 지우기

image capture

조회 수: 1 (최근 30일)
Anand Abhishek Singh
Anand Abhishek Singh 2011년 3월 2일
1. f=videoinput('winvideo',1); >> frame = getsnapshot(f); >> imshow(frame);
this code capture image from webcam.the on time of webcam is very small.how to increase the duration of webcam.
  댓글 수: 1
Mark Jones
Mark Jones 2011년 3월 2일
Hi Anand,
I'd like to see if I can help you. Can you clarify your question?
Also, have you looked through the examples in the documentation?
http://www.mathworks.com/help/toolbox/imaq/exampleindex.html
Are any of them helpful?
Mark

댓글을 달려면 로그인하십시오.

답변 (1개)

matar maoz
matar maoz 2011년 3월 2일
you can try wait()
another thint you can do is to put a trigger, like : k=waitforbuttonpress
if you dont need the code to be in one part' you can seperate 'getsnapshot' from the rest of your code by double precent %%
Matar

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by