Table of Contents

Method ReadTimestampedCamera0FrameAsync

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

ReadTimestampedCamera0FrameAsync(CancellationToken)

Asynchronously reads the timestamped contents of the Camera0Frame register.

public Task<Timestamped<FrameAcquired>> ReadTimestampedCamera0FrameAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<FrameAcquired>>

A task that represents the asynchronous read operation. The Result property contains the timestamped register payload.