MBFrameGrabberMode

@objc
public enum MBFrameGrabberMode : Int

Enum that describes the type of frames that can be returned to the user through MBBlinkDelegate

  • Neither current camera frame nor success frame will be returned

    Declaration

    Swift

    case nothing
  • Only success camera frames will be returned

    Declaration

    Swift

    case successFrames
  • Both current and success frames will be returned

    Declaration

    Swift

    case allFrames