I would like to control a small robot based on arduino and an IP camera from a PC via WIFI, but I have been browsing the internet for quite a while now and I am still not sure how to set it up.
I thought of having on the robot a WIFI router such as this one, linked via ethernet to an arduino which will control the motors, and also linked via WIFI to an IP motorised camera next to it (I couldn't find such a small router with several ports). I would connect my laptop to the network broadcasted by this router (I can't use my school's network) to send commands to either the camera or the arduino, and retrieve the video from the camera.
Now, I've looked everywhere but couldn't find how I could interface with the camera from my client application on the laptop (C++/Qt/Windows)? OpenCV sounds apropriate for the live stream but what about its motors?