VisualizationMode

enum VisualizationMode : UInt

Mode that determines which type of events is currently being visualized.

  • Show a raw frame from a video source

    Declaration

    Swift

    case clear = 0
  • Show segmentation mask blended with a video frame

    Declaration

    Swift

    case segmentation = 1
  • Show detected objects with bounding boxes on top of video frame

    Declaration

    Swift

    case detection = 2