MarekKowalski / LiveScan3D

LiveScan3D is a system designed for real time 3D reconstruction using multiple Azure Kinect or Kinect v2 depth sensors simultaneously at real time speed.
MIT License
749 stars 202 forks source link

how to show the PLY file on the hololens? #46

Open EzioZz opened 4 years ago

EzioZz commented 4 years ago

how to show the PLY file on the hololens? Not included in the code?

MarekKowalski commented 4 years ago

hi, HoloLens code is in another repo: https://github.com/MarekKowalski/LiveScan3D-Hololens You can either play real time data from Kinect using the livescanserver app or sequences of ply files using the livescanplayer app.

EzioZz commented 4 years ago

thanks for your help