Class LimelightSettings

java.lang.Object
limelight.networktables.LimelightSettings

public class LimelightSettings extends Object
Settings class to apply configurable options to the Limelight

These settings are sent from the roboRIO back to the Limelight to affect the LL.

One or more chains of ".withXXXX" methods can change the LL settings. The action of each ".withXXXX" method is essentially immediate, however, some slight delay is possible and the save() method will immediately save any settings that had not yet been saved.

Initially, at constructor time, settings are fetched from the LL, however, there is no provision to programatically access those values - they are dead, useless.