diff --git a/Code/Client/Video.py b/Code/Client/Video.py index 037d022..961a5d3 100644 --- a/Code/Client/Video.py +++ b/Code/Client/Video.py @@ -72,6 +72,7 @@ class VideoStreaming: image = cv2.imdecode(np.frombuffer(jpg, dtype=np.uint8), cv2.IMREAD_COLOR) if self.video_Flag: self.face_detect(image) + self.video_Flag=False except: break