Files
cam2ip/camera/camera.go
2025-06-13 19:51:23 +02:00

11 lines
137 B
Go

package camera
// Options .
type Options struct {
Index int
Rotate int
Width float64
Height float64
Timestamp bool
}