ONVIF support
Hey there,
I can connect my OpenCV program with RTSP streams, except with the ones that ends with onvif1. E.g. rtsp://192.168.88.130:554/onvif1
Does anyone knows why this might not work as expected?
Cédric
Hey there,
I can connect my OpenCV program with RTSP streams, except with the ones that ends with onvif1. E.g. rtsp://192.168.88.130:554/onvif1
Does anyone knows why this might not work as expected?
Cédric
Asked: 2017-04-05 13:25:11 -0600
Seen: 5,954 times
Last updated: Apr 05 '17
I have some additional information.
The URL rtsp://192.168.88.130:554/onvif1 will open in VLC.
Opening the camera in an ONVIF utility (on my android phone), I receive the following:
The onvif protocol is simply not supported by OpenCV. So if you want that, you will have to programm the capture of the stream yourself using a designed package to do just that, then pass the data to OpenCV.
Hey Steven, do you know how to write a program to capture the onvif stream? Or can you give me some hints where to begin? I'm just started to program (Python).
@Wardje nope, you will have to figure that out on your own terms