Contents

readCamera(configuration:)

Reads an async sequence of video frames captured with a video camera.

Declaration

static func readCamera(configuration: VideoReader.CameraConfiguration) async throws -> VideoReader.CameraAsyncBuffers

Parameters

  • configuration:

    The camera configuration

Return Value

An async sequence of camera video frames.

See Also

Reading