Class Limelight.LimelightTarget

java.lang.Object
com.limelightvision.Limelight.LimelightTarget
Direct Known Subclasses:
Limelight.BarcodeTarget, Limelight.DetectorTarget, Limelight.FiducialTarget, Limelight.RetroTarget
Enclosing class:
Limelight

public abstract static class Limelight.LimelightTarget extends Object
Fields common to all image-space targets.
  • Field Details

    • txDegrees

      public double txDegrees
      Horizontal offset from crosshair to target in degrees.
    • tyDegrees

      public double tyDegrees
      Vertical offset from crosshair to target in degrees.
    • txDegreesNoCrosshair

      public double txDegreesNoCrosshair
      Horizontal offset from principal pixel to target in degrees.
    • tyDegreesNoCrosshair

      public double tyDegreesNoCrosshair
      Vertical offset from principal pixel to target in degrees.
    • txPixels

      public double txPixels
      Target x position in pixels.
    • tyPixels

      public double tyPixels
      Target y position in pixels.
    • targetAreaPercent

      public double targetAreaPercent
      Target area (percentage of image, 0-100).
    • corners

      public double[][] corners
      Target corners as [x, y] pixel pairs. Empty unless "send corners" is enabled