Files
cam2ip/camera/camera.go
2025-06-14 01:45:32 +02:00

13 lines
180 B
Go

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