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

link|improve this question

feedback

1 Answer

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.

link|improve this answer
Thanks, I have tested it in Real Player and VLC and it works. :( – Kaveh Shahbazian Jun 11 '11 at 7:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.