Camera connection added

This commit is contained in:
2025-07-28 16:03:34 +02:00
parent 4e1a9f0182
commit 7e729618de
8 changed files with 224 additions and 12 deletions

3
global_state.py Normal file
View File

@ -0,0 +1,3 @@
class GlobalState:
def __init__(self):
pass