Contents

sourceDeviceType

The type of device that captured the photo.

Declaration

var sourceDeviceType: AVCaptureDevice.DeviceType? { get }

Discussion

When you capture dual photos with a builtInDualCamera device and the isDualCameraDualPhotoDeliveryEnabled setting, use this property to determine which of the two resulting photo objects is from the builtInWideAngleCamera or builtInTelephotoCamera device.

For all other captures, this property’s value is equal to the deviceType property of the capture device to which the photo output is connected.

This property’s value can be nil if the AVCapturePhoto object did not come from an AVCaptureDevice capture.

See Also

Accessing photo metadata