Vmeta_TrackingMetadata

public struct Vmeta_TrackingMetadata
extension Vmeta_TrackingMetadata: @unchecked Sendable
extension Vmeta_TrackingMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Undocumented

  • Tracking target

    Declaration

    Swift

    public var target: Vmeta_BoundingBox { get set }
  • Returns true if target has been explicitly set.

    Declaration

    Swift

    public var hasTarget: Bool { get }
  • Clears the value of target. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearTarget()
  • Processed frame capture timestamp (us, monotonic) note: may be different from the timestamp in CameraMetadata

    Declaration

    Swift

    public var timestamp: UInt64
  • Tracking quality ([0; 255], 0 is worst, 255 is best)

    Declaration

    Swift

    public var quality: UInt32
  • Tracking state

    Declaration

    Swift

    public var state: Vmeta_TrackingState
  • Cookie value passed by the app when the tracking is started

    Declaration

    Swift

    public var cookie: UInt32
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.

  • Declaration

    Swift

    public static let protoMessageName: String
  • Declaration

    Swift

    public static let _protobuf_nameMap: SwiftProtobuf._NameMap
  • Declaration

    Swift

    public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
  • Declaration

    Swift

    public func traverse<V>(visitor: inout V) throws where V : Visitor
  • Declaration

    Swift

    public static func == (lhs: Vmeta_TrackingMetadata, rhs: Vmeta_TrackingMetadata) -> Bool