ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Change the parameter of D435

asked 2021-05-31 01:21:28 -0500

zzy729425207 gravatar image

Hello,I want to change the "color_width" and "color_height" parameter of D435. But whatever the parameter I changed in rs_camera.launch, the output resolution always be 640*480.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-06-30 07:38:39 -0500

lorepieri gravatar image

Both color and depth need to be specified. Try this:

roslaunch realsense2_camera rs_camera.launch align_depth:=true depth_width:=640 depth_height:=480 depth_fps:=30 color_width:=640 color_height:=480 color_fps:=30
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-05-31 01:21:28 -0500

Seen: 58 times

Last updated: Jun 30 '21