Partager via


PerceptionInfraredFrameSource.TryGetDepthCorrelatedCameraIntrinsicsAsync Méthode

Définition

Tente d’obtenir les propriétés intrinsèques de la caméra de profondeur corrélée à cette source infrarouge.

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("PerceptionInfraredFrameSource 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("PerceptionInfraredFrameSource 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)

Paramètres

target
PerceptionDepthFrameSource

Source de trame de profondeur à essayer d’obtenir les propriétés intrinsèques.

Retours

Si la tentative réussit, cette opération renvoie une collection en lecture seule d’objets PerceptionDepthCorrelatedCameraIntrinsics spécifiant les propriétés intrinsèques de la caméra utilisée par la source de trame de profondeur corrélée. Dans le cas contraire, cette opération retourne la valeur Null.

Attributs

S’applique à