I have this line of code:
_capture = new Capture("rtsp://192.168.0.61/12345");
It captures the rtsp stream for some seconds and then stops working. Why? If there is a work around what is it? Or if it is a bug in OpenCV?
Thanks
|
I have this line of code:
It captures the rtsp stream for some seconds and then stops working. Why? If there is a work around what is it? Or if it is a bug in OpenCV? Thanks
| |||
|
feedback
|
|
If you want to know if its a bug in opencv, or one of the supporting libraries, then test the stream in another rtsp client and see if it works. | |||
feedback
|