Skip to content

Commit

Permalink
Launch ffmpeg compression by default and video with full width
Browse files Browse the repository at this point in the history
  • Loading branch information
hilary-luo committed Sep 27, 2024
1 parent f2f30da commit 590d485
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
11 changes: 9 additions & 2 deletions turtlebot4_bringup/config/oakd_lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,22 @@
i_usb_speed: SUPER_PLUS
rgb:
i_board_socket_id: 0
i_fps: 30.0
i_fps: 15.0
i_height: 720
i_interleaved: false
i_max_q_size: 10
i_preview_size: 250
i_preview_width: 480
i_preview_height: 270
i_enable_preview: true
i_low_bandwidth: true
i_keep_preview_aspect_ratio: true
i_publish_topic: false
i_resolution: '1080'
i_width: 1280
use_sim_time: false
ffmpeg_image_transport:
qmax: 24
preset: ultrafast
tune: zerolatency
bit_rate: 800000
gop_size: 6
11 changes: 9 additions & 2 deletions turtlebot4_bringup/config/oakd_pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,22 @@
i_usb_speed: SUPER_PLUS
rgb:
i_board_socket_id: 0
i_fps: 30.0
i_fps: 15.0
i_height: 720
i_interleaved: false
i_max_q_size: 10
i_preview_size: 250
i_preview_width: 480
i_preview_height: 270
i_enable_preview: true
i_low_bandwidth: true
i_keep_preview_aspect_ratio: true
i_publish_topic: false
i_resolution: '1080'
i_width: 1280
use_sim_time: false
ffmpeg_image_transport:
qmax: 24
preset: ultrafast
tune: zerolatency
bit_rate: 800000
gop_size: 6
1 change: 1 addition & 0 deletions turtlebot4_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<depend>depthai_examples</depend>
<depend>depthai_ros_driver</depend>
<depend>depthai_ros_msgs</depend>
<depend>ffmpeg_image_transport</depend>
<depend>joy_linux</depend>
<depend>nav2_common</depend>
<depend>teleop_twist_joy</depend>
Expand Down

0 comments on commit 590d485

Please sign in to comment.