Class CameraMatchingOptions
java.lang.Object
org.photonvision.vision.processes.CameraMatchingOptions
-
Field Summary
Modifier and TypeFieldDescriptionfinal List<CameraType>
final boolean
final boolean
final boolean
final boolean
-
Constructor Summary
ConstructorDescriptionCameraMatchingOptions
(boolean checkUSBPath, boolean checkVidPid, boolean checkBaseName, boolean checkPath, CameraType... allowedTypes) -
Method Summary
-
Field Details
-
checkUSBPath
public final boolean checkUSBPath -
checkVidPid
public final boolean checkVidPid -
checkBaseName
public final boolean checkBaseName -
checkPath
public final boolean checkPath -
allowedTypes
-
-
Constructor Details
-
CameraMatchingOptions
public CameraMatchingOptions(boolean checkUSBPath, boolean checkVidPid, boolean checkBaseName, boolean checkPath, CameraType... allowedTypes)
-
-
Method Details