Closed LiangChenYue closed 1 year ago
Which method?
1. // GetName returns the human-readable name of the device func (w *Webcam) GetName() (string, error) { return getName(w.fd) }
2. // 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) }
@LiangChenYue done with https://github.com/blackjack/webcam/releases/tag/v0.4!
Thank you so much. <( )>
Absolutely :)
Some method didn't implement on the latest released version but master version. Could it be released ?