I have this Qt application that currently reads video data from a webcam plugged into my laptop and outputs it in a window. I need to make it receive data wireless-ly from a flying vehicle and display the data it receives in the window.

I am using OpenCV to display the video currently and would like to be able to modify it to work over a wireless network. Thanks in advance for your help and patience!