You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that from version 2.2.22, the default image size became (height: 720, width: 1280) from (height: 480, width: 640) when I run this launch file
Therefore, I would like to change my image size to old style (height: 480, width: 640), but /camera/image_raw/camera_info showed the shape was still (height: 720, width: 1280).
How to fix this problem ??
To set a custom configuration you should specify three parameters for each stream type that you are configuring: Width, Height and FPS. You can place these definitions in the rs_camera.launch roslaunch instruction.
I noticed that from version 2.2.22, the default image size became (height: 720, width: 1280) from (height: 480, width: 640) when I run this launch file
Therefore, I would like to change my image size to old style (height: 480, width: 640), but /camera/image_raw/camera_info showed the shape was still (height: 720, width: 1280).
How to fix this problem ??
I'm using realsense d435i and melodic.
Thank you for your help.
The text was updated successfully, but these errors were encountered: