aboutsummaryrefslogtreecommitdiff
path: root/game.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--game.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/game.py b/game.py
index 8f33b91..1da8345 100644
--- a/game.py
+++ b/game.py
@@ -139,7 +139,6 @@ class MyGame:
# Rotate the frame counter-clockwise by 90 degrees
frame = cv2.rotate(frame, cv2.ROTATE_90_COUNTERCLOCKWISE)
- frame = cv2.flip(frame, 0)
# Convert frame from RGB to HSV, and define frame used for detection
det_frame = cv2.cvtColor(frame, cv2.COLOR_BGR2HSV)