问题
I have 3 machines which are connected to kinect sensorV2 and i need kinect data from all the three machines and it will be passed to my client computer.How can i achieve this in C++
Thanks, kiruba
回答1:
Have a look at kv2Streamer. It streams Kinect v2 data from one computer to another using gstreamer (I think). By default, kv2Streamer is most likely not capable of streaming from multiple clients, but you might be able to adapt it to your needs. For more details see kv2Stramer issue #6.
But beware, streaming all the data from one Kinect @ 30 fps uncompressed is more than a gigabit LAN can handle. Even when using compression, data from 3 Kinects will be quite a lot.
来源:https://stackoverflow.com/questions/32325973/how-to-pass-kinectv2-data-streams-by-connecting-multiple-servers-to-single-clien