mirror of
https://github.com/gen2brain/cam2ip.git
synced 2025-12-16 04:18:39 +00:00
Add Android build
This commit is contained in:
@@ -96,6 +96,7 @@ func (c *Camera) SetProperty(id int, value float64) int {
|
||||
func (c *Camera) Close() (err error) {
|
||||
if c.camera == nil {
|
||||
err = fmt.Errorf("camera: camera is not opened")
|
||||
return
|
||||
}
|
||||
|
||||
c.camera.Release()
|
||||
|
||||
Reference in New Issue
Block a user