-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Returns incorrect frame rate on Windows #110
Comments
I have encountered the same issue. |
I could resolve it. Could you add me as a maintainer? |
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
.The text was updated successfully, but these errors were encountered: