opencv 네트워크 카메라 연결1 [OpenCV] IpCamera 연결 OpenCV를 이용하여 Ip카메라의 영상 받아오기! // 출처 http://answers.opencv.org/question/133/how-do-i-access-an-ip-camera/#include #include #include int main(int, char**) { cv::VideoCapture vcap; cv::Mat image; // This works on a D-Link CDS-932L const std::string videoStreamAddress = "http://@/video.cgi?.mjpg"; //open the video stream and make sure it's opened if(!vcap.open(videoStreamAddress)) { std::cout 2016. 2. 16. 이전 1 다음