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
V4L2 controls API is needed to be able to change such properties as gain, exposure, etc. See controls v4l2 docs for more info.
How it may work:
... lirs::V4L2Capture capture("/dev/video0", ...); // standard controls are utilized capture.Set(ControlEnumWhatever, value); // change control
Some controls require the streaming to be restarted (including new v4l2 buffers allocation).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
V4L2 controls API is needed to be able to change such properties as gain, exposure, etc.
See controls v4l2 docs for more info.
How it may work:
Some controls require the streaming to be restarted (including new v4l2 buffers allocation).
The text was updated successfully, but these errors were encountered: