changed video0 to video2

This commit is contained in:
Cametendo
2026-04-28 20:08:11 +02:00
parent b4a3914794
commit c5246ad358
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ from vision_agent import EldenVision
class UISelector:
def __init__(self):
self.vision = EldenVision(0)
self.vision = EldenVision(2)
self.window_name = "FLUID CALIBRATOR: TAB=Switch, R=Mode, S=SAVE, Q=Quit"
cv2.namedWindow(self.window_name, cv2.WINDOW_NORMAL)
cv2.resizeWindow(self.window_name, 1280, 1280)