Add timestamp option

This commit is contained in:
Milan Nikolic
2019-10-06 05:48:12 +02:00
parent 1c342a67df
commit adf2a742e6
11 changed files with 98 additions and 40 deletions

View File

@@ -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
}