Skip to content

Instantly share code, notes, and snippets.

@markroxor
Created October 22, 2015 16:05
Show Gist options
  • Save markroxor/c2a75eba2a0b4d356566 to your computer and use it in GitHub Desktop.
Save markroxor/c2a75eba2a0b4d356566 to your computer and use it in GitHub Desktop.
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