mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-23 01:04:05 +08:00
reduce log spam (#20330)
* fix big spammers * my favorite test failure * remove that one * went down a bit more
This commit is contained in:
@@ -834,8 +834,7 @@ void actuator_move(CameraState *s, uint16_t target) {
|
||||
.curr_lens_pos = s->cur_lens_pos,
|
||||
.ringing_params = &actuator_ringing_params,
|
||||
};
|
||||
int err = ioctl(s->actuator_fd, VIDIOC_MSM_ACTUATOR_CFG, &actuator_cfg_data);
|
||||
LOG("actuator move focus: %d", err);
|
||||
ioctl(s->actuator_fd, VIDIOC_MSM_ACTUATOR_CFG, &actuator_cfg_data);
|
||||
|
||||
s->cur_step_pos = dest_step_pos;
|
||||
s->cur_lens_pos = actuator_cfg_data.cfg.move.curr_lens_pos;
|
||||
|
||||
Reference in New Issue
Block a user