ibaiGorordo / pyKinectAzure

Python library to run Kinect Azure DK SDK functions
MIT License
459 stars 113 forks source link

Joint use of multiple kinects #95

Closed KungZell closed 1 year ago

KungZell commented 1 year ago

Hello, @alfredplpl Thank you very much for what a great open source project, I recently noticed that you will be generating 3D skeleton visualization, I would like to ask when it will go live and also if it will be multi-camera linkage? Or will you be producing joint detection with multiple Kinect cameras in multiple views in the future?

ibaiGorordo commented 1 year ago

Hi, regarding the 3D skeleton, it should be easy since the Open3D support is already there. I will try to get it done next Friday.

About the multi-camera, it is a bit harder. I haven't ported much of the necessary code for it, mainly because I only have one device. Also, it might require quite some work to get what you need, but I probably can't do it with the time I put into it.

KungZell commented 1 year ago

Okay. Thank you very much for your help.