MarekKowalski / LiveScan3D-Hololens

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

Does the sdk supports Kinect v1 ???? #9

Open krishnabhaskar opened 7 years ago

krishnabhaskar commented 7 years ago

Hi, Can this sdk work with Kinect v1 ??? If no, can u please tell me any possibility with the source code to make it work with Kinect v1.

Thanks Krishna

MarekKowalski commented 7 years ago

Hi, no unfortunately it does not. However, changing the app to other sensors (like the Kinect v1) should be quite easy. All you need to reimplement is the iCapture interface in the LiveScanClient.

Marek