Update face_analyzer.py
This commit is contained in:
parent
2e20427a1e
commit
fbf6d48972
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import cv2
|
|||
import base64
|
||||
import requests
|
||||
import json
|
||||
cam = cv2.VideoCapture(0)
|
||||
cam = cv2.VideoCapture(1)
|
||||
|
||||
while True:
|
||||
ret, img = cam.read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue