Table of Contents

Method ReadCamera1FrameAsync

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

ReadCamera1FrameAsync(CancellationToken)

Asynchronously reads the contents of the Camera1Frame register.

public Task<FrameAcquired> ReadCamera1FrameAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<FrameAcquired>

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