DSAutoCaptureImageSource

public enum DSAutoCaptureImageSource : Int

Used to define how a source image will be obtained during an auto-capture session.

  • Uses a still photo capture for the source image.

    Declaration

    Swift

    case stillPhotoCapture
  • Pulls the highest quality frame from a video to use as the source image.

    Declaration

    Swift

    case videoFrameGrab