Skip to content

Commit

Permalink
Update color and depth formats in gemini_330_series.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-dong committed Oct 16, 2024
1 parent fdc4a8a commit 01a3dde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions launch/gemini_330_series.launch
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<arg name="color_height" default="0"/>
<arg name="color_fps" default="0"/>
<arg name="enable_color" default="true"/>
<arg name="color_format" default="ANY"/>
<arg name="color_format" default="MJPG"/>
<!-- color rotation degree : 0, 90, 180, 270 -->
<arg name="color_rotation" default="0"/>
<arg name="enable_color_auto_exposure" default="true"/>
Expand All @@ -40,7 +40,7 @@
<arg name="depth_height" default="0"/>
<arg name="depth_fps" default="0"/>
<arg name="enable_depth" default="true"/>
<arg name="depth_format" default="ANY"/>
<arg name="depth_format" default="Y16"/>
<arg name="depth_registration" default="true"/>
<!-- depth rotation degree : 0, 90, 180, 270 -->
<arg name="depth_rotation" default="0"/>
Expand All @@ -55,7 +55,7 @@
<arg name="left_ir_height" default="0"/>
<arg name="left_ir_fps" default="0"/>
<arg name="enable_left_ir" default="false"/>
<arg name="left_ir_format" default="ANY"/>
<arg name="left_ir_format" default="Y8"/>
<!-- left ir rotation degree : 0, 90, 180, 270 -->
<arg name="left_ir_rotation" default="0"/>

Expand All @@ -64,7 +64,7 @@
<arg name="right_ir_height" default="0"/>
<arg name="right_ir_fps" default="0"/>
<arg name="enable_right_ir" default="false"/>
<arg name="right_ir_format" default="ANY"/>
<arg name="right_ir_format" default="Y8"/>
<!-- right ir rotation degree : 0, 90, 180, 270 -->
<arg name="right_ir_rotation" default="0"/>

Expand Down

0 comments on commit 01a3dde

Please sign in to comment.