Browse Source

fix test

game_control
Backpack 2 months ago
parent
commit
e1b736f285
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test.py

+ 1
- 1
test.py View File

@ -42,7 +42,7 @@ def main():
# signal(gesture_status)
show_gesture_status(img, gesture_status)
cv2.imshow('img',img)
cv2.waitKey(0)
cv2.waitKey(1)
if __name__ == "__main__":

Loading…
Cancel
Save