commit 77ff9a0c1461939243c471382645f64978d2c8b7
parent 27eda56e278cb9502bbd5a71fa1d502220d7758d
Author: rbckman <rob@tarina.org>
Date: Thu, 18 Jan 2024 09:42:46 +0000
fps tuning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gonzopi.py b/gonzopi.py
@@ -4913,7 +4913,7 @@ def startcamera(lens, fps):
elif camera_model == 'imx477':
#fps_selection=[5,15,24.985,35,49]
#if sound is gettin before pic add 0.001
- fps_selection=[5,8,10,11,12,13,14,15,24.986,35,49]
+ fps_selection=[5,8,10,11,12,13,14,15,24.989,35,49]
fps=fps_selection[fps_selected]
camera.framerate = fps
else: