Page 1 of 1

get camera ip stream

Posted: Tue Oct 25, 2016 2:39 pm
by supercdfr
hello,

i have my camera ip web adress like this : http://xx.xx.xx.xx:1023/videostream.cgi ... &pwd=guest

I want to retrieve the stream, but i don't find any samples that can help.

thanks in advance.

Re: get camera ip stream

Posted: Tue Oct 25, 2016 8:09 pm
by infratec

Re: get camera ip stream

Posted: Tue Oct 25, 2016 10:07 pm
by JHPJHP
Hi supercdfr,

As infratec has posted, PureBasic Interface to OpenCV is compatible with the Real Time Streaming Protocol ( RTSP ).

See the following examples to detemine if OpenCV meets your requirements.
- cv_RTSP_writeframe.pb
- cv_RTSP_writeframe_FFMPEG.pb

OpenCV may seem like overkill so I'm also suggesting you download the Demo package for a practical application of the interface.

Re: get camera ip stream

Posted: Wed Oct 26, 2016 3:44 pm
by supercdfr
unfortunately, cvopen doesn't work with this type of adress.

Re: get camera ip stream

Posted: Tue Nov 01, 2016 5:32 pm
by firace
Do you just need to display the stream? Then a webgadget might suffice.