configurableCaptureDeviceForPrimaryCamera
An object that enables you to alter the appearance of a frame’s captured image.
Declaration
class var configurableCaptureDeviceForPrimaryCamera: AVCaptureDevice? { get }Discussion
This property provides the underlying capture device for the framework’s camera feed. By altering the device’s configuration, your app indirectly adjusts the visual properties of the each AR frame’s capturedImage.
Alter the device’s settings with caution, as extreme changes can affect ARKit’s features that rely on the capturedImage and depend on its integrity, such as people occlusion that uses personSegmentation.