VisionPresentationViewController

public final class VisionPresentationViewController : UIViewController

Object that is capable of presenting objects emitted from VisionManager.

  • Display sample buffer (e.g. taken from VideoSource).

    Declaration

    Swift

    public func present(sampleBuffer: CMSampleBuffer)
  • Display frame segmentation.

    Declaration

    Swift

    public func present(segmentation: FrameSegmentation)
  • Display frame detections.

    Declaration

    Swift

    public func present(detections: FrameDetections)