We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the C# program calls the ColorImageTodepthcamera () method for the first time, an error must be reported.
System.ObjectDisposedException HResult=0x80131622 Message=Cannot access a disposed object. ObjectDisposed_ObjectName_Name Source=Microsoft.Azure.Kinect.Sensor StackTrace: 在 Microsoft.Azure.Kinect.Sensor.Image.Reference() 在 \src\Microsoft.Azure.Kinect.Sensor\Image.cs 中: 第 577 行 在 Microsoft.Azure.Kinect.Sensor.Transformation.ColorImageToDepthCamera(Image depth, Image color, Image transformed) 在 \src\Microsoft.Azure.Kinect.Sensor\Transformation.cs 中: 第 393 行 在 Microsoft.Azure.Kinect.Sensor.Transformation.ColorImageToDepthCamera(Image depth, Image color) 在 \src\Microsoft.Azure.Kinect.Sensor\Transformation.cs 中: 第 328 行 在 Microsoft.Azure.Kinect.Sensor.Transformation.ColorImageToDepthCamera(Capture capture) 在 \src\Microsoft.Azure.Kinect.Sensor\Transformation.cs 中: 第 295 行
The text was updated successfully, but these errors were encountered:
Can you describe the k4a version and firmware version you are using
Sorry, something went wrong.
No branches or pull requests
When the C# program calls the ColorImageTodepthcamera () method for the first time, an error must be reported.
System.ObjectDisposedException
HResult=0x80131622
Message=Cannot access a disposed object.
ObjectDisposed_ObjectName_Name
Source=Microsoft.Azure.Kinect.Sensor
StackTrace:
在 Microsoft.Azure.Kinect.Sensor.Image.Reference() 在 \src\Microsoft.Azure.Kinect.Sensor\Image.cs 中: 第 577 行
在 Microsoft.Azure.Kinect.Sensor.Transformation.ColorImageToDepthCamera(Image depth, Image color, Image transformed) 在 \src\Microsoft.Azure.Kinect.Sensor\Transformation.cs 中: 第 393 行
在 Microsoft.Azure.Kinect.Sensor.Transformation.ColorImageToDepthCamera(Image depth, Image color) 在 \src\Microsoft.Azure.Kinect.Sensor\Transformation.cs 中: 第 328 行
在 Microsoft.Azure.Kinect.Sensor.Transformation.ColorImageToDepthCamera(Capture capture) 在 \src\Microsoft.Azure.Kinect.Sensor\Transformation.cs 中: 第 295 行
The text was updated successfully, but these errors were encountered: