I need to make a Windows CE 7 frame grabber using DirectShow. All examples on the internet are pointing to the custom implementation of ISampleGrabber that is deprecated but still available. I need any solution that works. I tried the solution from this link enter link description here but didn't worked. On my BeagleBoard (Arm 8) with Windows CE 7 the ISampleGrabber simply is not registered.
What should I do? Is there any other good working example ?
One more requirement is to make the most responsive camera capture possible. Many sources are pointing to use the ISampleGrabber but it is deprecated.