Compare commits

..

2 Commits

Author SHA1 Message Date
Hoang Ngoc5275 0145939b2b
Merge 6d6d2fc748 into bbad5e08bb 2024-10-07 22:24:44 +05:30
KRSHH bbad5e08bb
Update globals.py 2024-10-06 20:36:57 +05:30
1 changed files with 2 additions and 1 deletions

View File

@ -34,4 +34,5 @@ headless = None
log_level = 'error'
fp_ui: Dict[str, bool] = {}
camera_input_combobox = None
webcam_preview_running = False
webcam_preview_running = False
show_fps = False