Skip to content

Commit

Permalink
Merge pull request #27 from StanfordASL/configure_camera
Browse files Browse the repository at this point in the history
Configure camera white balance settings
  • Loading branch information
AndrewHWang1605 authored May 15, 2024
2 parents 595a297 + 15800b4 commit 546f574
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 546f574

Please sign in to comment.