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