Skip to content

Commit 53b7cfe

Browse files
committed
camera-rpi: Hard-code exposure. Can calibrate with this
1 parent 522f442 commit 53b7cfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

virtual-programs/camera-rpi.folk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ set makeCamera {
9393
FOLK_ERROR("camera-rpi: Can't set buffer for request");
9494
}
9595

96+
ControlList &controls = request->controls();
97+
controls.set(controls::AeEnable, false);
98+
controls.set(controls::ExposureTime, 20000);
99+
96100
requests.push_back(std::move(request));
97101
}
98102

0 commit comments

Comments
 (0)