gonzopi

git clone https://git.tarina.org/gonzopi
Log | Files | Refs | README | LICENSE

commit a9bf029dc1fb93329966730aa6f6bd9cc545eec4
parent f77de190f66f0f6e88b77e960c50dc4f4f947c7d
Author: rbckman <rob@tarina.org>
Date:   Tue,  9 Dec 2025 22:35:13 +0000

finally bitrate change working?

Diffstat:
MVERSION | 2+-
Mgonzopi.py | 9++++-----
2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/VERSION b/VERSION @@ -1,2 +1,2 @@ -2.91 +2.92 Kubrick diff --git a/gonzopi.py b/gonzopi.py @@ -2407,7 +2407,9 @@ def main(): cameras=filmsettings[27] udp_ip=filmsettings[28] udp_port=filmsettings[29] - bitrate=filmsettings[30] + if newbitrate == '': + bitrate=filmsettings[30] + newbitrate = '' pan=filmsettings[31] tilt=filmsettings[32] move=filmsettings[33] @@ -2428,9 +2430,6 @@ def main(): # #START INTERFACE #else: # camera=None - if newbitrate != '': - bitrate = int(newbitrate) - newbitrate = '' if flip == "yes": camera.vflip = True camera.hflip = True @@ -7617,7 +7616,7 @@ def stopinterface(camera): return camera def startcamera(camera): - global camera_model, fps_selection, fps_selected, cammode, film_fps, film_reso, quality, profilelevel, lens, fps + global camera_model, fps_selection, fps_selected, cammode, film_fps, film_reso, quality, profilelevel, lens, fps, bitrate camera = picamera.PiCamera() camera.meter_mode='spot' #camera.video_stabilization=True