This repository was archived by the owner on Apr 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
device_KinectBasis_Full_Settings
device_KinectBasis_Simple Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ void DeviceHandler::update()
5555 trackingStates[i] = ktvr::State_Tracked;
5656 }
5757
58- // Mark the device as initialized
59- initialized = true ;
58+ // Mark that we see the user
59+ skeletonTracked = true ;
6060 }
6161}
6262
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ void DeviceHandler::update()
5050 trackingStates[i] = ktvr::State_Tracked;
5151 }
5252
53- // Mark the device as initialized
54- initialized = true ;
53+ // Mark that we see the user
54+ skeletonTracked = true ;
5555 }
5656}
5757
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ void DeviceHandler::update()
5050 trackingStates[i] = ktvr::State_Tracked;
5151 }
5252
53- // Mark the device as initialized
54- initialized = true ;
53+ // Mark that we see the user
54+ skeletonTracked = true ;
5555 }
5656}
5757
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ void DeviceHandler::update()
5555 trackingStates[i] = ktvr::State_Tracked;
5656 }
5757
58- // Mark the device as initialized
59- initialized = true ;
58+ // Mark that we see the user
59+ skeletonTracked = true ;
6060 }
6161}
6262
Original file line number Diff line number Diff line change 44#include < string>
55#include < vector>
66#include < variant>
7+ #include < array>
78
89#include < Eigen/Dense>
910
You can’t perform that action at this time.
0 commit comments