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

fixed stepping of pointer to avoid re-parsing last bytes of settings #15

Closed blackghost1987 closed 7 years ago

blackghost1987 commented 7 years ago

Last bytes of settings data were re-parsed as separate commands and it caused the client to capture some frames right after connecting.

MarekKowalski commented 7 years ago

Good catch, thanks!