Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 committed Dec 29, 2023
1 parent 0db9bd8 commit 1cdc064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void setExposure(double exposure) {
// Auto-exposure is active right now, don't set anything.
return;
}
MathUtils.map(exposure, 0.0, 100.0, 0.1, 100);
MathUtils.map(exposure, 0.0, 100.0, 0.1, 100);

// HACKS!
// If we set exposure too low, libcamera crashes or slows down
Expand Down

0 comments on commit 1cdc064

Please sign in to comment.