pixelBuffer
Waits for any pending write access on the underlying pixel buffer to complete, then returns it.
Declaration
final var pixelBuffer: CVReadOnlyPixelBuffer? { get async throws }Discussion
Returns nil if kind is not .image.
Waits for any pending write access on the underlying pixel buffer to complete, then returns it.
final var pixelBuffer: CVReadOnlyPixelBuffer? { get async throws }Returns nil if kind is not .image.