mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 05:22:07 +08:00
boardd: remove ir multiplier after AE revert
old-commit-hash: d7ab611bb0a616374e28eb4f0cdf46bb0172bb4b
This commit is contained in:
@@ -447,7 +447,7 @@ void hardware_control_thread() {
|
||||
int cur_integ_lines = event.getDriverCameraState().getIntegLines();
|
||||
|
||||
if (Hardware::TICI()) {
|
||||
cur_integ_lines = integ_lines_filter.update(cur_integ_lines * 2.5);
|
||||
cur_integ_lines = integ_lines_filter.update(cur_integ_lines);
|
||||
}
|
||||
last_front_frame_t = event.getLogMonoTime();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user