Get image from webcam
问题 I'm trying to find the way for getting image (only image, not video stream) from webcam in managed C#. Usually people suggesting libraries, but they are old or commercial or under gpl. How get image from webcam without third-party libraries? upd.: thanks for Media Foundation, I shall use that. 回答1: Web cameras are supposed to deliver video feeds, not stills. So the native API you might be interested in is the one for video capture, which are DirectShow and Media Foundation. The one you would