How to get image from IP camera

Asked By 50 points N/A Posted on -
qa-featured

Hi! My question is related to the process of getting video from IP camera. I know for example that with WEB camera with WDM driver you can get a pointer to the buffer with the image by constructing the corresponding graph with filter SampleGrabber, but with IP camera I have no idea how to access video or each frame. If somebody knows please advise how to use cameras with TCP, UDP protocols.

SHARE
Answered By 5 points N/A #184476

How to get image from IP camera

qa-featured

Happy to support you!

In order to use IP camera to get images, it is necessary to compile open CV with ffmpeg support.

Also the actual pictures can be accessed by entering a URL in the browser.

Further, the URLs for videos are available in ASF formats, so that an app can be used for that.

Related Questions