Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.18 KB

depthcorrelatedcoordinatemapper_unprojectpoint_1220498323.md

File metadata and controls

29 lines (20 loc) · 1.18 KB
-api-id -api-type
M:Windows.Media.Devices.Core.DepthCorrelatedCoordinateMapper.UnprojectPoint(Windows.Foundation.Point,Windows.Perception.Spatial.SpatialCoordinateSystem)
winrt method

Windows.Media.Devices.Core.DepthCorrelatedCoordinateMapper.UnprojectPoint

-description

Unprojects a 2D point from a MediaFrameSource to a point in 3D space, using depth information from the DepthMediaFrame from which the coordinate mapper was created with a call to TryCreateCoordinateMapper.

-parameters

-param sourcePoint

The 2D source point within the MediaFrameSource to map.

-param targetCoordinateSystem

The coordinate system to which the point is unprojected.

-returns

An point in 3D space.

-remarks

-examples

-see-also