Hello everyone, I have an Ip camera that I can access using python with this line
cap = cv2.VideoCapture('rtsp:admin:cctv14344:192.168.1.21:554/Streaming/Channels/1')
Is there a similar way to access this on a webview?
best regards...
cap = cv2.VideoCapture('rtsp:admin:cctv14344:192.168.1.21:554/Streaming/Channels/1')
Is there a similar way to access this on a webview?
best regards...