PerceptionDepthFrameSource.CameraIntrinsicsChanged Event
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.
Subscribes to the CameraIntrinsicsChanged event.
// Register
event_token CameraIntrinsicsChanged(TypedEventHandler<PerceptionDepthFrameSource, IInspectable const&> const& handler) const;
// Revoke with event_token
void CameraIntrinsicsChanged(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionDepthFrameSource::CameraIntrinsicsChanged_revoker CameraIntrinsicsChanged(auto_revoke_t, TypedEventHandler<PerceptionDepthFrameSource, IInspectable const&> const& handler) const;
/// [add: 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")]
/// [remove: 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")]
// Register
event_token CameraIntrinsicsChanged(TypedEventHandler<PerceptionDepthFrameSource, IInspectable const&> const& handler) const;
// Revoke with event_token
void CameraIntrinsicsChanged(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionDepthFrameSource::CameraIntrinsicsChanged_revoker CameraIntrinsicsChanged(auto_revoke_t, TypedEventHandler<PerceptionDepthFrameSource, IInspectable const&> const& handler) const;
public event TypedEventHandler<PerceptionDepthFrameSource,object> CameraIntrinsicsChanged;
[add: 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")]
[remove: 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 event TypedEventHandler<PerceptionDepthFrameSource,object> CameraIntrinsicsChanged;
function onCameraIntrinsicsChanged(eventArgs) { /* Your code */ }
perceptionDepthFrameSource.addEventListener("cameraintrinsicschanged", onCameraIntrinsicsChanged);
perceptionDepthFrameSource.removeEventListener("cameraintrinsicschanged", onCameraIntrinsicsChanged);
- or -
perceptionDepthFrameSource.oncameraintrinsicschanged = onCameraIntrinsicsChanged;
Public Custom Event CameraIntrinsicsChanged As TypedEventHandler(Of PerceptionDepthFrameSource, Object)
Event Type
TypedEventHandler<PerceptionDepthFrameSource,IInspectable>
- Attributes