- I can get a list of resolutions supported by the capture device (from
VideoInfoHeader
andBmiHeader
). But I can not figure out how to get a list of frame rates. - Similarly, I'm looking for how to set a pixel format (for example
uyvy422
).
Is it possible to set this up using WPF-MediaKit?
Edit:
I found that the pixel format I need is MediaSubType.UYVY
(corresponding to uyvy422
). But so far I do not know how to set it for the capture device.