标签: c++ opencv ip-camera
在IE http://192.168.0.112/和用户名:admin中使用IP地址,我可以访问所有连接的摄像头。无需密码。
http://192.168.0.112/
我的错误
VideoCapture cap("http://192.168.0.112:80");
或
VideoCapture cap("http://admin@192.168.0.112:80");。
VideoCapture cap("http://admin@192.168.0.112:80");
任何解决方案?