Open RReverser opened 1 year ago
I have encountered the same issue.
I could resolve it. Could you add me as a maintainer? @l1npengtul
Sure, I need maintainers especially for different platforms as I use linux exclusively.
@k-wasniowski Can you confirm/deny that it's the same root cause as #139 ? I.e., the let fps in msmf_backend is trying to grab an oddly converted FPS?
I closed that ticket as a duplicate, but if it's not I'll reopen it.
Nokhwa seems to correctly detect camera formats for my integrated webcam, including framerate, but when retrieving it directly from created
Camera
, it always returns1
.Here's what the built-in demo returns as list of formats (and I can reproduce that all formats are correctly retrieved in my own Rust code as well):
But here's what it returns when I create camera with arbitrary format:
Doesn't matter which
RequestedFormatType
I choose, result is the same. If I retrieveframe_rate()
directly, result is also the same, always1
.