You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i open webcam is show succesfully. However it do not release or totally closed when you choose rtsp or local video. I try to add this code below but its not working
if stop_button:
detect(vid_cap=True)
In deeplist:
def detect(vid_cap = False):
if vid_cap:
vid_cap.release()
The text was updated successfully, but these errors were encountered:
When i open webcam is show succesfully. However it do not release or totally closed when you choose rtsp or local video. I try to add this code below but its not working
if stop_button:
detect(vid_cap=True)
In deeplist:
def detect(vid_cap = False):
if vid_cap:
vid_cap.release()
The text was updated successfully, but these errors were encountered: