get camera ip stream

Just starting out? Need help? Post your questions and find answers here.
supercdfr
User
User
Posts: 54
Joined: Tue Mar 16, 2010 9:28 pm

get camera ip stream

Post 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.
infratec
Always Here
Always Here
Posts: 7623
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: get camera ip stream

Post by infratec »

User avatar
JHPJHP
Addict
Addict
Posts: 2258
Joined: Sat Oct 09, 2010 3:47 am

Re: get camera ip stream

Post 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.
Last edited by JHPJHP on Wed Oct 26, 2016 7:14 pm, edited 2 times in total.

If you're not investing in yourself, you're falling behind.

My PureBasic StuffFREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
supercdfr
User
User
Posts: 54
Joined: Tue Mar 16, 2010 9:28 pm

Re: get camera ip stream

Post by supercdfr »

unfortunately, cvopen doesn't work with this type of adress.
firace
Addict
Addict
Posts: 947
Joined: Wed Nov 09, 2011 8:58 am

Re: get camera ip stream

Post by firace »

Do you just need to display the stream? Then a webgadget might suffice.
Post Reply