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