Method ReadTimestampedCamera1FrameAsync
ReadTimestampedCamera1FrameAsync(CancellationToken)
Asynchronously reads the timestamped contents of the Camera1Frame register.
public Task<Timestamped<FrameAcquired>> ReadTimestampedCamera1FrameAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA 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.