Fix camera capture reliability and rewrite tracking for available mediapipe/hardware

This commit is contained in:
2026-07-31 14:01:06 +02:00
parent 2e6f444302
commit db5d09e156
12 changed files with 400 additions and 420 deletions
+1 -1
View File
@@ -7,7 +7,6 @@ from pathlib import Path
from Tbd.helper import default_profile, CameraObject
from UI.SetupPageWidget import SetupPage
from UI.HomePageWidget import HomeWindow
from UI.GameWindow import GameWindow
from UI.UILogger import UILogger
from Tbd.TrackingController import TrackingController
@@ -122,6 +121,7 @@ class MainWindow(QMainWindow):
self.btn_exit.clicked.connect(self.close)
self.game_window = None
self.tracking = None
# --------------------
def on_cameraList_changed(self):