oops
This commit is contained in:
@@ -29,7 +29,8 @@ def detect() :
|
||||
|
||||
while True:
|
||||
ret, frame = cap.read()
|
||||
detection_service.get_fen(frame)
|
||||
fen = detection_service.get_fen(frame)
|
||||
print(fen)
|
||||
if not ret:
|
||||
print("Error: Failed to grab frame")
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user