mirror of
https://github.com/gen2brain/cam2ip.git
synced 2025-12-16 04:18:39 +00:00
Add some options
This commit is contained in:
@@ -2,9 +2,11 @@ package camera
|
||||
|
||||
// Options .
|
||||
type Options struct {
|
||||
Index int
|
||||
Rotate int
|
||||
Width float64
|
||||
Height float64
|
||||
Timestamp bool
|
||||
Index int
|
||||
Rotate int
|
||||
Flip string
|
||||
Width float64
|
||||
Height float64
|
||||
Timestamp bool
|
||||
TimeFormat string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user