microsoft / ailab

Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
https://www.ailab.microsoft.com/experiments/
MIT License
7.69k stars 1.39k forks source link

image.Handle is missing? #141

Open ttkrpink opened 2 years ago

ttkrpink commented 2 years ago

I hope there is still someone answering questions for this project.

I was trying to build this project, got an error in DecodedKinectCaptureFrame.cs file.

VirtualStage\VirtualStage\Speaker.Recorder\Speaker.Recorder\Kinect\DecodedKinectCaptureFrame.cs(63,63,63,69): error CS1061: 'Image' does not contain a definition for 'Handle' and no accessible extension method 'Handle' accepting a first argument of type 'Image' could be found (are you missing a using directive or an assembly reference?)

This is no definition for the Handle in the image. Any ideas to solve this?

Thanks