Camera

public struct Camera

An object representing camera devices built-in or externally attached

Since

3.12.0
  • id

    Unique id of the camera device

    Declaration

    Swift

    public var id: String
  • Name of the camera device

    Declaration

    Swift

    public var name: String
  • True, if the camera device is selected else False

    Declaration

    Swift

    public var isSelected: Bool
  • True, if the camera device is default camera for the device else False

    Declaration

    Swift

    public var isDefaultCamera: Bool