Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 587491f

Browse files
committed
Fix init_values passthrough
1 parent 5a3e1e4 commit 587491f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/motion_loop.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,10 +671,10 @@ static void mlp_init(ctx_dev *cam)
671671

672672
MOTPLS_LOG(INF, TYPE_ALL, NO_ERRNO,_("Initialize"));
673673

674-
mlp_init_values(cam);
675-
676674
mlp_init_camera_type(cam);
677675

676+
mlp_init_values(cam);
677+
678678
mlp_init_cam_start(cam);
679679

680680
mlp_check_szimg(cam);

0 commit comments

Comments
 (0)