Skip to main content

A simple tool to record ROS2 Depth topics to MP4.

Project description

rosdepth2mp4

A simple tool to record ROS2 Image topics to mp4v, MP4V, MP4S, DIV3, DIVX, IYUV, MJPG, XVID. https://github.com/PINTO0309/simple-ros2-processing-tools

Downloads

1. Install ROS2

DISTRO=humble

sudo apt update && sudo apt install -y locales
sudo locale-gen en_US en_US.UTF-8
sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
export LANG=en_US.UTF-8

sudo apt install software-properties-common
sudo add-apt-repository universe

sudo apt update && sudo apt install curl -y
sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key \
  -o /usr/share/keyrings/ros-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(. /etc/os-release && echo $UBUNTU_CODENAME) main" | sudo tee /etc/apt/sources.list.d/ros2.list > /dev/null
sudo apt update
sudo apt install -y \
ros-${DISTRO}-rosbag2 \
ros-${DISTRO}-vision-opencv \
ros-${DISTRO}-vision-msgs \
ros-${DISTRO}-image-pipeline

2. Install rosdepth2mp4

pip install rosdepth2mp4

3. Usage

usage: rosdepth2mp4 [-h]
[-i DEPTH_TOPIC_NAME]
[-o OUTPUT_FILE_NAME]
[-cd {mp4v,MP4V,DIV3,DIVX,IYUV,MJPG,XVID}]
[-de {16UC1,32FC1}]
[-ct {COLORMAP_JET,COLORMAP_HSV,COLORMAP_HOT,RAW}]
[-fs FRAME_SIZE FRAME_SIZE]
[-vf VIDEO_WRITER_FPS]

options:
  -h, --help
    show this help message and exit
  -i DEPTH_TOPIC_NAME, --depth_topic_name DEPTH_TOPIC_NAME
    Depth topic name.
    e.g.
    Realsense D435: /camera/aligned_depth_to_color/image_raw
    ZED2i: /zed2i/zed_node/depth/depth_registered
  -o OUTPUT_FILE_NAME, --output_file_name OUTPUT_FILE_NAME
    Output file name. e.g. output.mp4
  -cd {mp4v,MP4V,DIV3,DIVX,IYUV,MJPG,XVID}, \
      --output_codec_type {mp4v,MP4V,DIV3,DIVX,IYUV,MJPG,XVID}
    CODEC type. e.g. mp4v, MP4V, MP4S, DIV3, DIVX, IYUV, MJPG, XVID, H263
  -de {16UC1,32FC1}, --depth_encoding_type {16UC1,32FC1}
    Depth encoding type.
    e.g.
    Realsense D435: 16UC1, ZED2i: 32FC1
  -ct {COLORMAP_JET,COLORMAP_HSV,COLORMAP_HOT,RAW}, \
      --colormap_type {COLORMAP_JET,COLORMAP_HSV,COLORMAP_HOT,RAW}
    COLORMAP type.
  -fs FRAME_SIZE FRAME_SIZE, --frame_size FRAME_SIZE FRAME_SIZE
    Frame size.
    e.g.
    --frame-size {Width} {Height}
  -vf VIDEO_WRITER_FPS, --video_writer_fps VIDEO_WRITER_FPS
    Video writer FPS.

https://github.com/PINTO0309/rosimg2mp4

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rosdepth2mp4-1.1.0.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

rosdepth2mp4-1.1.0-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file rosdepth2mp4-1.1.0.tar.gz.

File metadata

  • Download URL: rosdepth2mp4-1.1.0.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for rosdepth2mp4-1.1.0.tar.gz
Algorithm Hash digest
SHA256 3db31e24515e61068e0715585bf4204392662e686ab68576367ec7939ceba466
MD5 be59f649f72281aeda63fc2a46d91965
BLAKE2b-256 921ed37d2f84d3c359d4653f19467d7abac015f969e7b0af6e85a4ae2708e8fc

See more details on using hashes here.

File details

Details for the file rosdepth2mp4-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for rosdepth2mp4-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f556ffc525e5a4c11e49e08b2af2a3c95598af8ea4d6f4a0d57bb8a502cffc9b
MD5 7ce9b741d08e06b5b260a8a32bb67d02
BLAKE2b-256 939e3049b65d06664e9995d5793eba7ccef2f96e00158a057820f74f5cd4ec07

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page