hello experts , i am noobie in opencv , now i am building a project , but i facing some problem .
problem : there is a website “http://192.168.43.206:8090/stream” in this website streaming live video feedback from my camera. i want to capture this video using python , i saw some example like this
cap = cv2.VideoCapture("http://192.168.43.206:8090/stream")
but it don’t work , how i can capture this video ?