Ask Your Question

5bi4's profile - activity

2017-04-04 23:01:29 -0600 commented question How do I access an IP Camera?

OpenCV - 3.2.0

Download: IP Camera [JPEG/MJPEG] DirectShow Filter "http://www.webcamxp.com/download.aspx"

Download: GraphStudio "http://blog.monogram.sk/janos/tools/monogram-graphstudio/" Settings: http://roboforum.ru/download/file.php?id=23987&mode=view&sid=13b1d266b8bb6a454544a7a3ca722d3f (image description)

cv::VideoCapture cap; 
cap.open(1);

"1", because "0" - embeded WebCamera.

From: http://roboforum.ru/forum51/topic11560.html (http://roboforum.ru/forum51/topic1156...)