PerceptionDepthFrameSource.OpenReader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a frame reader that reads frames from this depth frame source.
public:
virtual PerceptionDepthFrameReader ^ OpenReader() = OpenReader;
PerceptionDepthFrameReader OpenReader();
/// [Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionDepthFrameReader OpenReader();
public PerceptionDepthFrameReader OpenReader();
[Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public PerceptionDepthFrameReader OpenReader();
function openReader()
Public Function OpenReader () As PerceptionDepthFrameReader
Returns
A frame reader that reads frames from this depth frame source.
- Attributes