DepthMediaFrame 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
깊이 비디오 데이터가 포함된 VideoMediaFrame 을 나타냅니다.
public ref class DepthMediaFrame sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DepthMediaFrame final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DepthMediaFrame
Public NotInheritable Class DepthMediaFrame
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
|
설명
VideoMediaFrame 클래스의 DepthMediaFrame 속성에 액세스하여 이 클래스의 instance 가져옵니다.
MediaFrameSource를 사용하여 프레임을 캡처하는 방법에 대한 방법 지침은 MediaFrameReader를 사용하여 미디어 프레임 처리를 참조하세요.
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1703 | 15063 | MaxReliableDepth |
1703 | 15063 | MinReliableDepth |
속성
DepthFormat |
DepthMediaFrame의 깊이 데이터 형식을 설명하는 개체를 가져옵니다. |
FrameReference |
미디어 프레임의 형식 정보 및 기타 속성에 대한 액세스를 제공하는 DepthMediaFrame과 연결된 MediaFrameReference 래퍼 개체를 가져옵니다. |
MaxReliableDepth |
깊이 프레임을 캡처한 카메라의 최대 신뢰할 수 있는 깊이 값을 지정하는 값을 가져옵니다. |
MinReliableDepth |
깊이 프레임을 캡처한 카메라의 최소 신뢰할 수 있는 깊이 값을 지정하는 값을 가져옵니다. |
VideoMediaFrame |
DepthMediaFrame과 연결된 VideoMediaFrame을 가져옵니다. |
메서드
TryCreateCoordinateMapper(CameraIntrinsics, SpatialCoordinateSystem) |
DepthMediaFrame에 대한 DepthCorrelatedCoordinateMapper를 만들려고 시도합니다. 이 개체는 MediaFrameSource 카메라의 픽셀 좌표를 다른 MediaFrameSource 의 좌표계 또는 3D 공간으로 매핑하는 메서드를 제공합니다. |