mirror of
https://github.com/gen2brain/cam2ip.git
synced 2025-12-16 04:18:39 +00:00
10 lines
108 B
Go
10 lines
108 B
Go
package camera
|
|
|
|
// Options.
|
|
type Options struct {
|
|
Index int
|
|
Rotate int
|
|
Width float64
|
|
Height float64
|
|
}
|