Add some options

This commit is contained in:
Milan Nikolic
2025-06-14 01:45:32 +02:00
parent fd5cb861cd
commit 7e4e58029a
15 changed files with 128 additions and 96 deletions

View File

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