VideoCapture is not working in OpenCV 3.0.0 or the 3.1.0 in Windows 7
This code work in OpenCV 2.4.10 but not in 3.0.0, wireshark don't show any trafic to the address. I am using Windows 7
cap.open("rtsp://admin:[email protected]:554/live");
cap.isOpened() return false
thanks.
Could you please give us more info? Is the rtsp link working? You can check that through vlc player. What error are you getting?
i don't know what is the error but it happened to me once but i switched to version 2.4.9 then it worked. It is not an answer but you can give it a try.
Thanks, the link "rtsp://admin:[email protected]:554/live" work with VLC and the Media Player Classic included in K-Lite Codec Pack, I did not find the way to get the specific error, only cap.isOpened() return false. I use Wireshark but did not see any activity to that IP address. The same code, but using OpenCV-2.4.10 works witout problems.