Posts by Otávio Souza • 16 points
1 post
-
0
votes1
answer135
viewsA: Error when connecting an IP camera to Opencv (-215:Assertion failed)
If you can access your camera by placing the ip in the browser, try: import cv2 ip = "http://xxxx/?action=stream" #colocar o ip da camera cam = cv2.VideoCapture(ip) _, img = cam.read()…