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

Could this master version release? #64

Closed
LiangChenYue opened this issue Aug 9, 2023 · 5 comments
Closed

Could this master version release? #64

LiangChenYue opened this issue Aug 9, 2023 · 5 comments

Comments

@LiangChenYue
Copy link

Some method didn't implement on the latest released version but master version. Could it be released ?

@edaniels
Copy link
Collaborator

edaniels commented Aug 9, 2023

Which method?

@LiangChenYue
Copy link
Author

// GetName returns the human-readable name of the device
func (w *Webcam) GetName() (string, error) {
return getName(w.fd)
}

// Sets automatic white balance correction
func (w *Webcam) SetAutoWhiteBalance(val bool) error {
v := int32(0)
if val {
v = 1
}
return setControl(w.fd, V4L2_CID_AUTO_WHITE_BALANCE, v)
}

@edaniels
Copy link
Collaborator

@LiangChenYue
Copy link
Author

Thank you so much. <(_ _)>

@edaniels
Copy link
Collaborator

Absolutely :)

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

No branches or pull requests

2 participants