aboutsummaryrefslogtreecommitdiff
path: root/game.py
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2023-07-30 16:47:45 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2023-07-30 16:47:45 +0530
commit70cff6174240c575300abbf39955845bb4a506fc (patch)
treeb7816e334067842d815ddf44a7c2f48f6e288c69 /game.py
parentc9062fa7e82e39a6019686814248038b5c0bdaf3 (diff)
remove mirror
Diffstat (limited to 'game.py')
-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)