Skip to content
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

Create OpenCVOptions #1272

Closed
wants to merge 1 commit into from
Closed

Create OpenCVOptions #1272

wants to merge 1 commit into from

Conversation

matteoformenti
Copy link
Contributor

Show available settings for OpenCVFrameGrabber.setOption(). Based on https://docs.opencv.org/4.1.0/d4/d15/group__videoio__flags__base.html

Show available settings for OpenCVFrameGrabber.setOption()
@saudet
Copy link
Member

saudet commented Aug 16, 2019

What is this for?

@matteoformenti
Copy link
Contributor Author

As per issue #1269 I suggest to introduce an OpenCVOption class that contains all option keys and names that opencv explains in their documentation. It's just easier to see names instead of numbers while working with those options

@saudet
Copy link
Member

saudet commented Aug 17, 2019 via email

@matteoformenti
Copy link
Contributor Author

My bad, i'm sorry. I've searched for them but with no luck.

@saudet
Copy link
Member

saudet commented Aug 17, 2019

We could add that link to the Javadoc of OpenCVFrameGrabber and OpenCVFrameRecorder though. What do you think?

@matteoformenti
Copy link
Contributor Author

Sure, that could work

@saudet
Copy link
Member

saudet commented Aug 17, 2019

Please do send a pull request for that :) Thanks

@matteoformenti matteoformenti deleted the patch-1 branch August 17, 2019 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants