You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: