Package limelight.networktables
Class LimelightPipelineData
java.lang.Object
limelight.networktables.LimelightPipelineData
Pipeline data for
Limelight.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the capture latency.doubleGets the active pipeline index.Gets the current pipeline type.doubleGets the pipeline's processing latency contribution.
-
Constructor Details
-
LimelightPipelineData
Construct data for pipelines.- Parameters:
camera-Limelightto use.
-
-
Method Details
-
getProcessingLatency
public double getProcessingLatency()Gets the pipeline's processing latency contribution.- Returns:
- Pipeline latency in milliseconds
-
getCaptureLatency
public double getCaptureLatency()Gets the capture latency.- Returns:
- Capture latency in milliseconds
-
getCurrentPipelineIndex
public double getCurrentPipelineIndex()Gets the active pipeline index.- Returns:
- Current pipeline index (0-9)
-
getCurrentPipelineType
Gets the current pipeline type.- Returns:
- Pipeline type string (e.g. "retro", "apriltag", etc)
-