We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
framerate()
cam = opencamera() VideoIO.framerate(cam)
gives 1//0. The webcam works normally.
1//0
Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, skylake)
The text was updated successfully, but these errors were encountered:
Seems similar to #349
Sorry, something went wrong.
Yeah, it is a similar issue, but the workaround in #349 does not work for webcam.
No branches or pull requests
gives
1//0
. The webcam works normally.The text was updated successfully, but these errors were encountered: