Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the reference to the depth frame for the FrameArrived event.
Syntax
public:
property DepthFrameReference^ FrameReference {
DepthFrameReference^ get ();
}
public DepthFrameReferenceFrameReference { get; }
var frameReference = depthFrameArrivedEventArgs.frameReference;
Property value
Type: DepthFrameReference
The reference to the depth frame for the FrameArrived event.
Requirements
Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd
See also
Reference
DepthFrameArrivedEventArgs Class
WindowsPreview.Kinect Namespace