How to snapshot the image using imaq.VideoDevice?
Ältere Kommentare anzeigen
Can I ask some question? I would like to know how to snapshot the image. I cannot use function getsnapshot with imaq.VideoDevice. Thank u.
Error is show that "Too many output argument" How to fixed it?
Thank you :)
4 Kommentare
Geoff Hayes
am 21 Jul. 2014
Ara - what is the line (or lines) of code that you are using to get a snapshot of the image? The error too many output arguments implies that the code is expecting more outputs than what the function provides.
frame = getsnapshot(obj)
[frame, metadata] = getsnapshot(obj)
Is your code similar, or is it expecting more outputs?
Geoff Hayes
am 22 Jul. 2014
And the error occurs at which line?
frame = step(vidobj);
to acquire a single frame. What happens when you try to use this function?
Ara
am 22 Jul. 2014
Antworten (0)
Kategorien
Mehr zu Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!