Hi,
I have a IP camera that I want to get the frames that it streams.
I'm able to get one frame using QNetworkAccesManager using a Url request and receiving the image on a QNetworkReply. Using this method I can use a timer to poll the camera.
Now I configured the camera to send the image every second to my computer IP(unicast sending). The problem is that I don't know how to get the image as QNetworkReply gets me.
Thanks,
Bookmarks