Skip to content

Commit 5657a37

Browse files
committed
update comment
1 parent a01ea44 commit 5657a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

photon-core/src/main/java/org/photonvision/vision/camera/USBCameras/GenericUSBCameraSettables.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public void setAutoWhiteBalance(boolean autoWB) {
170170
@Override
171171
public void setAutoExposure(boolean cameraAutoExposure) {
172172
if (configuration.cameraQuirks.hasQuirk(CameraQuirk.ToggleAE) && !cameraAutoExposure) {
173-
// OV9281 and OV9782 on Linux seems to sometimes ignore our exposure requests on first boot if
173+
// Several cameras, including OV9281, OV9782, and OV2311 on Linux seems to sometimes ignore our exposure requests on first boot if
174174
// we're in manual mode. Poking the camera into and out of auto exposure seems to fix it.
175175
try {
176176
setAutoExposureImpl(false);

0 commit comments

Comments
 (0)