Ask Your Question

adi1525's profile - activity

2020-05-04 11:34:08 -0600 received badge  Famous Question (source)
2020-02-06 07:53:41 -0600 received badge  Notable Question (source)
2020-01-12 04:52:15 -0600 received badge  Popular Question (source)
2019-10-29 13:05:23 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

Connection via http doesn't work. I was able to run camera only with rtsp protocol. const std::string videoStreamAddres

2019-10-29 13:04:33 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

Connection via http doesn't work. I was able to run camera only with rtsp protocol. const std::string videoStreamAddres

2019-10-29 13:04:18 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

Connection via http doesn't work. I was able to run camera only with rtsp protocol. const std::string videoStreamAddres

2019-10-27 14:58:48 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

Python is almost the same: import cv2 cap = cv2.VideoCapture('http://@192.168.1.109:8080/video') while(True): ret

2019-10-27 14:58:35 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

Python is almost the same: import cv2 cap = cv2.VideoCapture('http://@192.168.1.109:8080/video') while(True): ret, f

2019-10-27 14:58:25 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

This code it`s build in opencv 4.1.1 and it's works, but in 3.4.7 not. #include <opencv2/opencv.hpp> using namesp

2019-10-27 14:58:06 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

This code it`s build in opencv 4.1.1 and it's works, but in 3.4.7 not. #include <opencv2/opencv.hpp> using namesp

2019-10-27 14:57:36 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

This code it`s build in opencv 4.1.1 and it's works, but in 3.4.7 not. #include <opencv2/opencv.hpp> using namesp

2019-10-27 14:55:14 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

This code it`s build in opencv 4.1.1 and it's works, but in 3.4.7 not. #include <opencv2/opencv.hpp> using namesp

2019-10-27 14:54:25 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

This code is build in opencv 4.1.1 and it's works, but in 3.4.7 not. include <opencv2 opencv.hpp=""> using names

2019-10-27 02:12:37 -0600 commented question Video from IP camera can't find starting number cv::icvExtractPattern

I use openCV on windows 10 and I sharing an image from android via ip address.

2019-10-26 19:24:15 -0600 asked a question Video from IP camera can't find starting number cv::icvExtractPattern

Video from IP camera can't find starting number cv::icvExtractPattern Hello, I have working C++ project for openCV 3.4.7