readCamera(configuration:)
Reads an async sequence of video frames captured with a video camera.
Declaration
static func readCamera(configuration: VideoReader.CameraConfiguration) async throws -> VideoReader.CameraAsyncBuffersParameters
- configuration:
The camera configuration
Return Value
An async sequence of camera video frames.