How can I avoid displaying a dialog box for selecting a webcam.
After about 18 hours, I got my webcam to run (I'm sure many other cameras will work) from my application in WPF.
No DirectShowNet, No WPFMediaKit, No WIA
I adapted the implementation code using avicap32. It works "excellent", but always displays the dialog box of the selected device, and I want to avoid this if possible.
rkmax source
share