Delete video.py
This commit is contained in:
parent
8cd4c4d8c0
commit
fa93073007
1 changed files with 0 additions and 12 deletions
12
video.py
12
video.py
|
@ -1,12 +0,0 @@
|
|||
import cv
|
||||
|
||||
capture = cv.CaptureFromCAM(3)
|
||||
|
||||
while (cv.WaitKey(15)==-1):
|
||||
img = cv.QueryFrame(capture)
|
||||
if img:
|
||||
#image = DetectFace(img, faceCascade)
|
||||
cv.ShowImage("face detection test", img)
|
||||
print type(img)
|
||||
|
||||
cv.ReleaseCapture(capture)
|
Loading…
Add table
Add a link
Reference in a new issue