Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm writing an application that uses DirectShow within MediaCenter.
In my app I need to silently capture a still image by laptop web camera without user intervension, i have achived my goal of captureing a still image but the app is displaying a ffdshow dailog before starting.
So when i run the program on a new machine, ffdshow pops up a dialog asking
if ffdshow should be used with the app.

is there a way i can programmatically stop this dialog from opening up
during graph construction?
Posted

1 solution

You are using old ffdshow directshow filter, try to download and setup the new one.
If you want to disable popups of your old version check the registry values under:
HKLM\SOFTWARE\GNU\ffdshow and HKCU\Software\GNU\ffdshow

Regards,
Maxim.
 
Share this answer
 
Comments
Member 8620759 6-Jun-13 6:12am    
Thanks for replay .how to find the version of ffdshow?
Maxim Kartavenkov 6-Jun-13 6:20am    
Open ffdshow property page in graphedit or graphstudio tool in there you can find about tab - on that tab the version information will be.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900