Update face_analyzer.py
This commit is contained in:
parent
2a2a3b30ce
commit
56b509ae1f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue