Windows error 0x800704D5, -2147023659

Detailed Error Information

RETRY[1]

MessageThe operation could not be completed. A retry should be performed.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1237 (0x04d5)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000004d5.

Questions

0votes
1answer

Setting Kinect's ElevationAngle randomly throws COM based InvalidOperationException

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
kinect
kinect-sdk
kinect-interaction

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0