Update face_analyzer.py

This commit is contained in:
Siwat Sirichai 2023-09-23 02:45:23 +07:00
parent 2e20427a1e
commit fbf6d48972
1 changed files with 1 additions and 1 deletions

View File

@ -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()