Remove properties

This commit is contained in:
Milan Nikolic
2025-06-13 21:35:27 +02:00
parent f556285ad5
commit 26b04f44ad
3 changed files with 7 additions and 87 deletions

View File

@@ -285,15 +285,6 @@ func (c *Camera) Read() (img image.Image, err error) {
return
}
// GetProperty returns the specified camera property.
func (c *Camera) GetProperty(id int) float64 {
return 0
}
// SetProperty sets a camera property.
func (c *Camera) SetProperty(id int, value float64) {
}
// Close closes camera.
func (c *Camera) Close() (err error) {
ret := C.closeCamera()