MarekKowalski / LiveScan3D-Hololens

A Unity application for receiving and rendering point clouds on Hololens and other devices.
MIT License
571 stars 144 forks source link

Access Skeleton Data along with Point Cloud #27

Open KaiKruschel opened 3 years ago

KaiKruschel commented 3 years ago

Hi Marek, I am trying to implement a headtracking based camera for a screen setup so that the pointclouds stand out more as threedimensional. Both the Kinect Client and the server have the skeleton data. Is there a good "official" way to access it in unity without having to adjust the server code? If not I might look into this on the server side but I wanted to ask before I start fiddling with that codebase as well.

Best, Kai

MarekKowalski commented 2 years ago

Hi, unfortunately there is no "official" way to access the skeleton data in Unity :(

Marek

KaiKruschel commented 2 years ago

Ok, thanks. I'll look into it myself then.