Fixed path formatting

This commit is contained in:
2025-12-27 11:30:29 +01:00
parent d3329e1e19
commit c7bb0c4812
2 changed files with 7 additions and 5 deletions

View File

@@ -25,8 +25,6 @@ def detect() :
print("Error: Could not open camera")
exit()
cv2.namedWindow("Predictions", cv2.WINDOW_NORMAL)
while True:
ret, frame = cap.read()
fen = detection_service.get_fen(frame)