Alternatives for ISampleGrabber

Started by
1 comment, last by mh_sobhy 13 years, 4 months ago
Hi everyone

I'm developing a program that captures video stream from a webcam, and when needed it also captures this stream into an avi file, my question is:

I want to capture also still images from this video stream when a button is clicked, the only way for doing this is by using ISampleGrabber which is now obsolete on windows 7 because of missing the header file "qedit.h" in the newer versions of Windows SDK

Is there another solution to grab a still image from this video stream without using ISampleGrabber???

OR even by using it, but how to use it on windows 7 and visual studio 2010


Thanks in advance


Advertisement
I think if you copy the header file from an older version of the SDK it should still work fine.

EDIT: Sorry not the actual header file, but just a copy of the interface declaration.

Thank you doesnotcompute for your helpful reply

but where i could get this file
please if you have it send it to me

Thanks

This topic is closed to new replies.

Advertisement