Search code examples
c#winformscameradirectshow

DirectShowNet and annoying screen


I'm using DirectShowNet.dll to grab a photo of my web camera.

Anytime my camera initializes it first shows me this screen. Where can I turn it off?

http://www.goat-it.com/!tino/screen.jpg


Solution

  • Looks like your code is pulling up the prop pages for your camera. I have only been able to get this property page to show if I explicitly write code to do it. How are you getting the image? Graph -> CaptureGraphBuilder2 + SampleGrabber -> SampleGrabberCB?