mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-05-07 21:28:57 +00:00
Add timestamp option
This commit is contained in:
@@ -2,8 +2,9 @@ package camera
|
||||
|
||||
// Options.
|
||||
type Options struct {
|
||||
Index int
|
||||
Rotate int
|
||||
Width float64
|
||||
Height float64
|
||||
Index int
|
||||
Rotate int
|
||||
Width float64
|
||||
Height float64
|
||||
Timestamp bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user