Created
October 22, 2015 16:05
-
-
Save markroxor/c2a75eba2a0b4d356566 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cv2,pygame | |
from detectionFunction import fingerCount | |
capture = cv2.VideoCapture(0) | |
k = fingerCount(capture,2) | |
print k | |
pygame.time.wait(3000) | |
k = fingerCount(capture,2) | |
print k | |
pygame.time.wait(3000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment