Update face_analyzer.py
This commit is contained in:
parent
2e20427a1e
commit
fbf6d48972
|
@ -3,7 +3,7 @@ import cv2
|
||||||
import base64
|
import base64
|
||||||
import requests
|
import requests
|
||||||
import json
|
import json
|
||||||
cam = cv2.VideoCapture(0)
|
cam = cv2.VideoCapture(1)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
ret, img = cam.read()
|
ret, img = cam.read()
|
||||||
|
|
Loading…
Reference in New Issue