0
I wonder if it is possible to take images of an intelbrass camera through ip by python, I searched a lot and found nothing, the code that came closest was this one:
import cv2
cap = cv2.VideoCapture('http://192.168.18.37:8090/video')
and presented this error:
Connection to tcp://192.168.18.37:8090 failed: Error number -138 occurred
To access have user and password? In addition, the protocol to access is
rtsp
. If you have user and password, then it would be like this:cv2.VideoCapture('rtsp://usuario:[email protected]:8090/1')
.– Igor Cavalcanti
I’ve tested it this way too, you’ve made the same mistake
– guilherme
Did you look at the camera manual? you set that door?
– Marcos Pinho
Yeah, I got a system that runs through that door
– guilherme