-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
OpenCVFramegrabber options #1269
Comments
It's not currently supported, but it shouldn't be too hard to add support for that. |
…Recorder` with `setOption()` (issue #1269)
Please give it a try with 1.5.2-SNAPSHOT: Thanks for reporting this issue! |
It's working as intended. |
There are other options specific to each backend as well. |
Included in just released JavaCV 1.5.2! Thanks for reporting this issue and for your contribution. |
There is no documentation regarding which keys can be specified in OpenCVFramegrabber.setOption.
Should we use the string name like specified here or the relative index?
Currently, I tried all indexes from 1 to 18 with no success, and same for settings like "CV_CAP_PROP_EXPOSURE".
(Ubuntu 19.04, Java12, javacv 1.5.1, Logitech C920)
The text was updated successfully, but these errors were encountered: