Contents

uniqueID

An identifier that uniquely identifies the device’s camera.

Declaration

var uniqueID: String { get }

Discussion

This value matches the uniqueID of the camera it describes. Pass it to init(uniqueID:) on a background actor to get the camera itself.

See Also

Identifying the device