package camera // Options . type Options struct { Index int Rotate int Flip string Width float64 Height float64 Timestamp bool TimeFormat string }