image capture

1 Ansicht (letzte 30 Tage)
Anand Abhishek Singh
Anand Abhishek Singh am 2 Mär. 2011
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 Kommentar
Mark Jones
Mark Jones am 2 Mär. 2011
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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

matar maoz
matar maoz am 2 Mär. 2011
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

Kategorien

Mehr zu Image Processing Toolbox 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