-
Notifications
You must be signed in to change notification settings - Fork 14
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
Camera config management #30
Conversation
e2a5708
to
5d0b595
Compare
…nputFormat (pixel format in fact) Fix also how FrameRate is set
57c2acb
to
1a7b3be
Compare
I tested camera configuration with OBS virtual camera and it works. Tomorrow I'll test with my real webcam. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, i'll test it now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works now on YUV. LGTM.
This PR adds a way to enumerate all video input options for a camera device.
As of now, it only supports DShow and V4l2 input formats, but maybe more will be supported in the future.
I am not sure at all if other formats even need it... Until then, this is what we've got.