Skip to content

Commit

Permalink
Remove auto white balance and add manual white balance value for Free…
Browse files Browse the repository at this point in the history
… Flyer room
  • Loading branch information
AndrewHWang1605 committed May 8, 2024
1 parent a62d895 commit ab7d882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ff_drivers/launch/rs_d455.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def generate_launch_description():
"depth_module.profile": "640x360x30",
"rgb_camera.profile": "640x360x30",
"rgb_camera.enable_auto_exposure": False,
"rgb_camera.enable_auto_white_balance": False,
"rgb_camera.white_balance": 3800.0
"enable_infra1": False,
"enable_infra2": False,
}
Expand Down

0 comments on commit ab7d882

Please sign in to comment.