Class CameraMatchingOptions

java.lang.Object
org.photonvision.vision.processes.CameraMatchingOptions

public class CameraMatchingOptions extends Object
  • Field Details

    • checkUSBPath

      public final boolean checkUSBPath
    • checkVidPid

      public final boolean checkVidPid
    • checkBaseName

      public final boolean checkBaseName
    • checkPath

      public final boolean checkPath
    • allowedTypes

      public final List<CameraType> allowedTypes
  • Constructor Details

    • CameraMatchingOptions

      public CameraMatchingOptions(boolean checkUSBPath, boolean checkVidPid, boolean checkBaseName, boolean checkPath, CameraType... allowedTypes)
  • Method Details