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.
get camera ip stream
Re: get camera ip stream
You can use vlc or ffmpeg
http://www.purebasic.fr/english/viewtop ... =5&t=35597
Check the examples:
http://www.purebasic.fr/english/viewtop ... 12&t=57457
Bernd
http://www.purebasic.fr/english/viewtop ... =5&t=35597
Check the examples:
http://www.purebasic.fr/english/viewtop ... 12&t=57457
Bernd
Re: get camera ip stream
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.
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 Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
Re: get camera ip stream
unfortunately, cvopen doesn't work with this type of adress.
Re: get camera ip stream
Do you just need to display the stream? Then a webgadget might suffice.