The current video frame image.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- AVFoundation
Declaration
var sourceImage: CIImage { get }
Discussion
To apply a Core Image filter to this image, assign it to the input
parameter of a CIFilter
object, or use a CIImage
convenience method such as the applying
method.
The pixel format for this image is the BGRA8
format (of the k
type). Unlike when processing video with the AVAsynchronous
class, the render
object’s render
property is already applied to this image.