CameraDevice

@objc
public enum CameraDevice : NSInteger

Name of the desired camera device to use.

  • Represents front camera on the device

    Declaration

    Swift

    case front
  • Represents back camera on the device

    Declaration

    Swift

    case back