Contents

cameraProfiles

An array of camera profiles implemented by the accessory.

Declaration

var cameraProfiles: [HMCameraProfile]? { get }

Discussion

An accessory can contain one or more cameras. Each camera is represented as a an HMCameraProfile instance. If the accessory doesn’t contain a camera, this property is nil.

See Also

Managing camera profiles