| 69 | } |
| 70 | |
| 71 | void KinectSource::UpdateDepthToColor(DepthToColorSettings depthToColor) |
| 72 | { |
| 73 | m_depthToColorSettings = depthToColor; |
| 74 | } |
| 75 | |
| 76 | void KinectSource::UpdateGreenScreen(GreenScreenSettings greenScreen) |
| 77 | { |
no outgoing calls
no test coverage detected