Files
cam2ip/camera/camera.go
2019-10-06 03:14:07 +02:00

10 lines
108 B
Go

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