mirror of
https://github.com/gen2brain/cam2ip.git
synced 2025-12-15 11:58:33 +00:00
13 lines
180 B
Go
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
|
|
}
|