So, I'm trying to develop a WPF application that will allow me to disable the auto-zoom and autofocus features of my webcam. I use the Emgu C # shell for opencv and want to be able to make frame differences without automatically focusing the camera when an object enters the screen.
I tried looking for sdk that would allow me to develop something similar, but apparently logitech dropped them a couple of years ago. I am using a HD pro c920 webcam. I heard that maybe you can use the DLL that comes with it to configure the settings, but I have no idea how to do this.
Any help would be awesome.
source
share