Update face_analyzer.py

This commit is contained in:
Siwat Sirichai 2023-09-23 03:00:13 +07:00
parent 2a2a3b30ce
commit 56b509ae1f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import requests
import json import json
import threading import threading
import time import time
cam = cv2.VideoCapture(0) cam = cv2.VideoCapture(1)
global img global img
global frame_ready global frame_ready