I'm working on the Kinect tilt control (similar to those in the Kinect Explorer toolkit sample but composed just of a Scrollbar). This works well but setting the tilt angle: CurrentKinectSensor.ElevationAngle = value; causes randomly the System.InvalidOperationException caused by underlying COM: This API has returned an exception from an HRESULT: [...] read more