Files
cam2ip/camera/camera.go
2019-10-06 05:48:12 +02:00

11 lines
136 B
Go

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