I'm using WPF Mediakit's VideoCaptureElement
to capture video from a webcam. I set the resolution with DesiredPixelWidth
and DesiredPixelHeight
properties. I would like to know how to detect the resolutions and frame rates with which the device can work. I don't know if it is posible with WPF Mediakit or another library. Do you know how to detect this capabilities?
Asked
Active
Viewed 328 times
0

Jon
- 891
- 13
- 32
-
I am not familiar with the MediaKit control but you can use emgu cv to display the stream/ file and get values Like FPS/Res/etc. – Denis Schaf Mar 11 '19 at 10:40
-
@DenisSchaf I used EmguCV before, and the problem that I see is that the OpenCV libraries are hundreds of megabytes of space and for a simple application it is too much. – Jon Mar 11 '19 at 10:48
-
i can agree with that.. i used it in the past and now wrote my own Libraries to get rid of it – Denis Schaf Mar 11 '19 at 10:50