I have a large request, and that is, is it possible to connect to the pi wirelessly (over LAN) from a computer, and read data coming from a USB cord connected to a Pi. Then, detect that data as though it was plugged into the computer itself.
And when I mean computer, I mean a mac or windows laptop.
I've been able to scan areas using Microsoft's Xbox Kinect, but would it be possible to connect the Kinect to the Raspberry Pi, (since it is small) and read data from the Kinect like it was plugged into the computer. I will be hopefully putting the Raspberry Pi on a drone, along with the kinect, to scan areas from the top. I can't very well send a computer in a drone, for two reasons. The first, is that obviously a computer would be either too heavy or would just fall and break. The second reason, is that I need to be able to see what is being scanned.
Tl;dr I want to connect a kinect to a Raspberry Pi (USB), then, wirelessly, get data from that Kinect. Is it possible?