문제

I'm looking for a way to capture a still image
from a webcam without streaming video from it.
(I have a USB bandwidth limitation and starting video will fail)

I could not find any examples how to read from a webcam's “still pin”.
C++ or C# code for Windows would be very helpful.
Thanks.

다른 팁

check this out. http://msdn.microsoft.com/en-us/library/windows/desktop/dd318622%28v=vs.85%29.aspx and directshow sdk got examples for this. If you want a simple example just work. email me.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top