-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add patch #11
Comments
From f5e157e649e2353b86e5161b0c7526eab8c61d85 Mon Sep 17 00:00:00 2001 v4l2.go | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- diff --git a/v4l2.go b/v4l2.go +const (
var (
+type v4l2_queryctrl struct {
+type v4l2_control struct {
+func setControl(fd uintptr, id uint32, val int32) error {
+func getControls(fd uintptr) map[uint32]string {
func checkCapabilities(fd uintptr) (supportsVideoCapture bool, supportsVideoStreaming bool, err error) {
diff --git a/webcam.go b/webcam.go +func (w *Webcam) SetAutoWhiteBalance(val bool) error {
// Start streaming process -- |
Done. Thanks for your effort! |
Please add patch, I add some ioctls functions, get/set controls
The text was updated successfully, but these errors were encountered: