web_video_server icon indicating copy to clipboard operation
web_video_server copied to clipboard

can OpenCV read in video stream?

Open khoatran94 opened this issue 3 years ago • 0 comments

I am so sorry but I think this question is related to this package more than ROS. I was using OpenCV (4.1.2) cv2.VideoCapture() to try to read from the video stream create by web_video_server package and encounter the problem: 'can't find starting number (in the name of file): http://192.168.0.19:8080/stream_viewer?topic=/cv_camera/image_raw in function 'icvExtractPattern' '. I cannot understand because, in OpenCV docs, it is stated that URL of video stream is accepted

khoatran94 avatar Mar 09 '22 01:03 khoatran94