Skip to content

Commit

Permalink
Update photon-core/src/main/java/org/photonvision/vision/camera/USBCa…
Browse files Browse the repository at this point in the history
…meraSource.java

Co-authored-by: Matt <[email protected]>
  • Loading branch information
gerth2 and mcm001 authored Jun 30, 2024
1 parent 94e2cfe commit f076a6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ private void printCameraProperaties() {
cameraProperties = camera.enumerateProperties();
} catch (VideoException e) {
logger.error("Failed to list camera properties!", e);
return;
}

if (cameraProperties != null) {
Expand Down

0 comments on commit f076a6f

Please sign in to comment.