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
760 stars 204 forks source link

Reduction of the streamed frame size. #4

Closed MarekKowalski closed 8 years ago

MarekKowalski commented 8 years ago

The depth data is currently not being streamed in an efficient manner. If its size was reduced, the live view would have a better framerate and the frame download.after recording would be quicker.

MarekKowalski commented 8 years ago

The newest commit reduces the streamed frame size to 60% of what it was before. This increases the frame rate of the live view window and speeds up the frame download after recording.