How to pass kinectV2 data streams by connecting multiple servers to single client computer using c++.Each server is connected to kinect sensor

烈酒焚心 提交于 2019-12-08 11:48:44

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!