/GrabStillImage

Grab still image from UVC camera using ISampleGrabber interface.

Primary LanguageC++

Grab Still Image

Sometimes we want to grab still image from our video device for some reasons. But the image quality is very poor if we take snapshot from video stream. This project demonstrated how to grab still image from UVC camera using DirectShow. Before clone this project you have to make sure that your video device exposed the still image pin. For example:

N|Solid

How to build

  • Modify qedit.h file.

  • Add include path for DirectShow base classes.

License

None