Update timestamp

This commit is contained in:
Milan Nikolic
2025-06-15 08:47:13 +02:00
parent d84884f26b
commit 6826193e2c
4 changed files with 8 additions and 7 deletions

View File

@@ -186,7 +186,7 @@ func (c *Camera) Read() (img image.Image, err error) {
}
if c.opts.Timestamp {
img, err = im.Timestamp(img, c.opts.TimeFormat)
img = im.Timestamp(img, c.opts.TimeFormat)
}
return