gonzopi

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

commit 4af6e7b873d69059ec0f422deffcfe229c1cb854
parent 1467fd3a98d92fe39409e1182e77eae17784e7b6
Author: rbckman <rob@tarina.org>
Date:   Mon,  8 Dec 2025 23:36:30 +0000

dont load recent bitrate just when saving.. gotta think about this some more. settings will now reset when change of bitrate

Diffstat:
Mgonzopi.py | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gonzopi.py b/gonzopi.py @@ -1869,7 +1869,9 @@ def main(): camera = startcamera(camera) vumetermessage('Bitrate set to ' + str(bitrate/1000)+ ' kbits/s') time.sleep(3) - loadfilmsettings = True + #print('saving settings') + #savesettings(settings_to_save, filmname, filmfolder) + #loadfilmsettings = True rendermenu = True elif pressed == 'middle' and menu[selected] == 'VFX:': if effects[effectselected] == 'colorpoint':