From 240ab311666474396e02b3007e0f4c71992f5cde Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Thu, 29 Oct 2020 04:34:44 +0000 Subject: [PATCH] frameCount should be incremented --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 3a41487..8d31e19 100644 --- a/main.go +++ b/main.go @@ -94,6 +94,7 @@ func main() { } frameCount = 0 } + frameCount++ // Determine if we are currently recording and if so, then save the frame to the video if currentRecording != nil {