Compartilhar via


PerceptionDepthFrameSource.TryGetDepthCorrelatedCameraIntrinsicsAsync Método

Definição

Tenta obter as propriedades intrínsecas da câmera de profundidade correlacionadas com essa fonte de profundidade.

public:
 virtual IAsyncOperation<PerceptionDepthCorrelatedCameraIntrinsics ^> ^ TryGetDepthCorrelatedCameraIntrinsicsAsync(PerceptionDepthFrameSource ^ target) = TryGetDepthCorrelatedCameraIntrinsicsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PerceptionDepthCorrelatedCameraIntrinsics> TryGetDepthCorrelatedCameraIntrinsicsAsync(PerceptionDepthFrameSource const& target);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [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")]
IAsyncOperation<PerceptionDepthCorrelatedCameraIntrinsics> TryGetDepthCorrelatedCameraIntrinsicsAsync(PerceptionDepthFrameSource const& target);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PerceptionDepthCorrelatedCameraIntrinsics> TryGetDepthCorrelatedCameraIntrinsicsAsync(PerceptionDepthFrameSource target);
[Windows.Foundation.Metadata.RemoteAsync]
[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 IAsyncOperation<PerceptionDepthCorrelatedCameraIntrinsics> TryGetDepthCorrelatedCameraIntrinsicsAsync(PerceptionDepthFrameSource target);
function tryGetDepthCorrelatedCameraIntrinsicsAsync(target)
Public Function TryGetDepthCorrelatedCameraIntrinsicsAsync (target As PerceptionDepthFrameSource) As IAsyncOperation(Of PerceptionDepthCorrelatedCameraIntrinsics)

Parâmetros

target
PerceptionDepthFrameSource

A origem do quadro de profundidade da qual tentar obter propriedades intrínsecas.

Retornos

Se a tentativa for bem-sucedida, isso retornará uma coleção somente leitura de objetos PerceptionDepthCorrelatedCameraIntrinsics especificando as propriedades intrínsecas da câmera usadas pela origem do quadro de profundidade correlacionada. Caso contrário, isso retornará nulo.

Atributos

Aplica-se a