No version for distro humble showing github. Known supported distros are highlighted in the buttons above.
Package symbol

camera_simulator package from ros2_video_streamer repo

camera_simulator

ROS Distro
github

Package Summary

Tags No category tags.
Version 0.1.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description Python video streamer or camera simulator in ROS2
Checkout URI https://github.com/klintan/ros2_video_streamer.git
VCS Type git
VCS Version master
Last Updated 2024-09-03
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Camera simulator - run a recorded video file streamed on a ros topic as if a live webcamera.

Additional Links

No additional links.

Maintainers

  • Andreas Klintberg

Authors

No additional authors.

ROS2 Video Streamer

A ROS2 python node for streaming video files or stream images in a folder to a topic.

Used as a camera simulator if you have pre-recorded video you want to stream, or if you have a dataset of video frames as images, that you want to replay.

Features:

  • Stream images from folder
  • Stream video from path
  • Supply camera calibration file for camera or images to publish camera_info.

This is a work in progress.

Install

Install extra dependencies

Ubuntu/Debian

apt update -y
apt install -y python3-natsort  # Installing natsort (is not in rosdep)

Install other dependencies and build

rosdep install -i --from-path . -y
colcon build --symlink-install

source ./install/setup.bash

Usage

Make sure to activate the workspace where vision_opencv is first.

Run a video file

ros2 run camera_simulator camera_simulator --type video --path <my-video-path> --loop

Run a KITTI dataset folder

If for some reason you do not have a bag file of CameraInfo (camera calibration information) and images, what this app can do is simulate this

ros2 run camera_simulator camera_simulator --type image --path <image-folder-path> --calibration_file <calibration-path>

In the data folder you’ll find some examples of this, calibration configuration sample file (converted to ROS2 calibration file from 2009_09_08_calib.txt for the left camera (camera 1)) and some images. Start up image_proc as you would to rectify your images and you should be good to go.

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged camera_simulator at Robotics Stack Exchange

No version for distro jazzy showing github. Known supported distros are highlighted in the buttons above.
Package symbol

camera_simulator package from ros2_video_streamer repo

camera_simulator

ROS Distro
github

Package Summary

Tags No category tags.
Version 0.1.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description Python video streamer or camera simulator in ROS2
Checkout URI https://github.com/klintan/ros2_video_streamer.git
VCS Type git
VCS Version master
Last Updated 2024-09-03
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Camera simulator - run a recorded video file streamed on a ros topic as if a live webcamera.

Additional Links

No additional links.

Maintainers

  • Andreas Klintberg

Authors

No additional authors.

ROS2 Video Streamer

A ROS2 python node for streaming video files or stream images in a folder to a topic.

Used as a camera simulator if you have pre-recorded video you want to stream, or if you have a dataset of video frames as images, that you want to replay.

Features:

  • Stream images from folder
  • Stream video from path
  • Supply camera calibration file for camera or images to publish camera_info.

This is a work in progress.

Install

Install extra dependencies

Ubuntu/Debian

apt update -y
apt install -y python3-natsort  # Installing natsort (is not in rosdep)

Install other dependencies and build

rosdep install -i --from-path . -y
colcon build --symlink-install

source ./install/setup.bash

Usage

Make sure to activate the workspace where vision_opencv is first.

Run a video file

ros2 run camera_simulator camera_simulator --type video --path <my-video-path> --loop

Run a KITTI dataset folder

If for some reason you do not have a bag file of CameraInfo (camera calibration information) and images, what this app can do is simulate this

ros2 run camera_simulator camera_simulator --type image --path <image-folder-path> --calibration_file <calibration-path>

In the data folder you’ll find some examples of this, calibration configuration sample file (converted to ROS2 calibration file from 2009_09_08_calib.txt for the left camera (camera 1)) and some images. Start up image_proc as you would to rectify your images and you should be good to go.

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged camera_simulator at Robotics Stack Exchange

No version for distro kilted showing github. Known supported distros are highlighted in the buttons above.
Package symbol

camera_simulator package from ros2_video_streamer repo

camera_simulator

ROS Distro
github

Package Summary

Tags No category tags.
Version 0.1.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description Python video streamer or camera simulator in ROS2
Checkout URI https://github.com/klintan/ros2_video_streamer.git
VCS Type git
VCS Version master
Last Updated 2024-09-03
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Camera simulator - run a recorded video file streamed on a ros topic as if a live webcamera.

Additional Links

No additional links.

Maintainers

  • Andreas Klintberg

Authors

No additional authors.

ROS2 Video Streamer

A ROS2 python node for streaming video files or stream images in a folder to a topic.

Used as a camera simulator if you have pre-recorded video you want to stream, or if you have a dataset of video frames as images, that you want to replay.

Features:

  • Stream images from folder
  • Stream video from path
  • Supply camera calibration file for camera or images to publish camera_info.

This is a work in progress.

Install

Install extra dependencies

Ubuntu/Debian

apt update -y
apt install -y python3-natsort  # Installing natsort (is not in rosdep)

Install other dependencies and build

rosdep install -i --from-path . -y
colcon build --symlink-install

source ./install/setup.bash

Usage

Make sure to activate the workspace where vision_opencv is first.

Run a video file

ros2 run camera_simulator camera_simulator --type video --path <my-video-path> --loop

Run a KITTI dataset folder

If for some reason you do not have a bag file of CameraInfo (camera calibration information) and images, what this app can do is simulate this

ros2 run camera_simulator camera_simulator --type image --path <image-folder-path> --calibration_file <calibration-path>

In the data folder you’ll find some examples of this, calibration configuration sample file (converted to ROS2 calibration file from 2009_09_08_calib.txt for the left camera (camera 1)) and some images. Start up image_proc as you would to rectify your images and you should be good to go.

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged camera_simulator at Robotics Stack Exchange

No version for distro rolling showing github. Known supported distros are highlighted in the buttons above.
Package symbol

camera_simulator package from ros2_video_streamer repo

camera_simulator

ROS Distro
github

Package Summary

Tags No category tags.
Version 0.1.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description Python video streamer or camera simulator in ROS2
Checkout URI https://github.com/klintan/ros2_video_streamer.git
VCS Type git
VCS Version master
Last Updated 2024-09-03
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Camera simulator - run a recorded video file streamed on a ros topic as if a live webcamera.

Additional Links

No additional links.

Maintainers

  • Andreas Klintberg

Authors

No additional authors.

ROS2 Video Streamer

A ROS2 python node for streaming video files or stream images in a folder to a topic.

Used as a camera simulator if you have pre-recorded video you want to stream, or if you have a dataset of video frames as images, that you want to replay.

Features:

  • Stream images from folder
  • Stream video from path
  • Supply camera calibration file for camera or images to publish camera_info.

This is a work in progress.

Install

Install extra dependencies

Ubuntu/Debian

apt update -y
apt install -y python3-natsort  # Installing natsort (is not in rosdep)

Install other dependencies and build

rosdep install -i --from-path . -y
colcon build --symlink-install

source ./install/setup.bash

Usage

Make sure to activate the workspace where vision_opencv is first.

Run a video file

ros2 run camera_simulator camera_simulator --type video --path <my-video-path> --loop

Run a KITTI dataset folder

If for some reason you do not have a bag file of CameraInfo (camera calibration information) and images, what this app can do is simulate this

ros2 run camera_simulator camera_simulator --type image --path <image-folder-path> --calibration_file <calibration-path>

In the data folder you’ll find some examples of this, calibration configuration sample file (converted to ROS2 calibration file from 2009_09_08_calib.txt for the left camera (camera 1)) and some images. Start up image_proc as you would to rectify your images and you should be good to go.

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged camera_simulator at Robotics Stack Exchange

Package symbol

camera_simulator package from ros2_video_streamer repo

camera_simulator

ROS Distro
github

Package Summary

Tags No category tags.
Version 0.1.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description Python video streamer or camera simulator in ROS2
Checkout URI https://github.com/klintan/ros2_video_streamer.git
VCS Type git
VCS Version master
Last Updated 2024-09-03
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Camera simulator - run a recorded video file streamed on a ros topic as if a live webcamera.

Additional Links

No additional links.

Maintainers

  • Andreas Klintberg

Authors

No additional authors.

ROS2 Video Streamer

A ROS2 python node for streaming video files or stream images in a folder to a topic.

Used as a camera simulator if you have pre-recorded video you want to stream, or if you have a dataset of video frames as images, that you want to replay.

Features:

  • Stream images from folder
  • Stream video from path
  • Supply camera calibration file for camera or images to publish camera_info.

This is a work in progress.

Install

Install extra dependencies

Ubuntu/Debian

apt update -y
apt install -y python3-natsort  # Installing natsort (is not in rosdep)

Install other dependencies and build

rosdep install -i --from-path . -y
colcon build --symlink-install

source ./install/setup.bash

Usage

Make sure to activate the workspace where vision_opencv is first.

Run a video file

ros2 run camera_simulator camera_simulator --type video --path <my-video-path> --loop

Run a KITTI dataset folder

If for some reason you do not have a bag file of CameraInfo (camera calibration information) and images, what this app can do is simulate this

ros2 run camera_simulator camera_simulator --type image --path <image-folder-path> --calibration_file <calibration-path>

In the data folder you’ll find some examples of this, calibration configuration sample file (converted to ROS2 calibration file from 2009_09_08_calib.txt for the left camera (camera 1)) and some images. Start up image_proc as you would to rectify your images and you should be good to go.

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged camera_simulator at Robotics Stack Exchange

No version for distro galactic showing github. Known supported distros are highlighted in the buttons above.
Package symbol

camera_simulator package from ros2_video_streamer repo

camera_simulator

ROS Distro
github

Package Summary

Tags No category tags.
Version 0.1.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description Python video streamer or camera simulator in ROS2
Checkout URI https://github.com/klintan/ros2_video_streamer.git
VCS Type git
VCS Version master
Last Updated 2024-09-03
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Camera simulator - run a recorded video file streamed on a ros topic as if a live webcamera.

Additional Links

No additional links.

Maintainers

  • Andreas Klintberg

Authors

No additional authors.

ROS2 Video Streamer

A ROS2 python node for streaming video files or stream images in a folder to a topic.

Used as a camera simulator if you have pre-recorded video you want to stream, or if you have a dataset of video frames as images, that you want to replay.

Features:

  • Stream images from folder
  • Stream video from path
  • Supply camera calibration file for camera or images to publish camera_info.

This is a work in progress.

Install

Install extra dependencies

Ubuntu/Debian

apt update -y
apt install -y python3-natsort  # Installing natsort (is not in rosdep)

Install other dependencies and build

rosdep install -i --from-path . -y
colcon build --symlink-install

source ./install/setup.bash

Usage

Make sure to activate the workspace where vision_opencv is first.

Run a video file

ros2 run camera_simulator camera_simulator --type video --path <my-video-path> --loop

Run a KITTI dataset folder

If for some reason you do not have a bag file of CameraInfo (camera calibration information) and images, what this app can do is simulate this

ros2 run camera_simulator camera_simulator --type image --path <image-folder-path> --calibration_file <calibration-path>

In the data folder you’ll find some examples of this, calibration configuration sample file (converted to ROS2 calibration file from 2009_09_08_calib.txt for the left camera (camera 1)) and some images. Start up image_proc as you would to rectify your images and you should be good to go.

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged camera_simulator at Robotics Stack Exchange

No version for distro iron showing github. Known supported distros are highlighted in the buttons above.
Package symbol

camera_simulator package from ros2_video_streamer repo

camera_simulator

ROS Distro
github

Package Summary

Tags No category tags.
Version 0.1.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description Python video streamer or camera simulator in ROS2
Checkout URI https://github.com/klintan/ros2_video_streamer.git
VCS Type git
VCS Version master
Last Updated 2024-09-03
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Camera simulator - run a recorded video file streamed on a ros topic as if a live webcamera.

Additional Links

No additional links.

Maintainers

  • Andreas Klintberg

Authors

No additional authors.

ROS2 Video Streamer

A ROS2 python node for streaming video files or stream images in a folder to a topic.

Used as a camera simulator if you have pre-recorded video you want to stream, or if you have a dataset of video frames as images, that you want to replay.

Features:

  • Stream images from folder
  • Stream video from path
  • Supply camera calibration file for camera or images to publish camera_info.

This is a work in progress.

Install

Install extra dependencies

Ubuntu/Debian

apt update -y
apt install -y python3-natsort  # Installing natsort (is not in rosdep)

Install other dependencies and build

rosdep install -i --from-path . -y
colcon build --symlink-install

source ./install/setup.bash

Usage

Make sure to activate the workspace where vision_opencv is first.

Run a video file

ros2 run camera_simulator camera_simulator --type video --path <my-video-path> --loop

Run a KITTI dataset folder

If for some reason you do not have a bag file of CameraInfo (camera calibration information) and images, what this app can do is simulate this

ros2 run camera_simulator camera_simulator --type image --path <image-folder-path> --calibration_file <calibration-path>

In the data folder you’ll find some examples of this, calibration configuration sample file (converted to ROS2 calibration file from 2009_09_08_calib.txt for the left camera (camera 1)) and some images. Start up image_proc as you would to rectify your images and you should be good to go.

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged camera_simulator at Robotics Stack Exchange

No version for distro melodic showing github. Known supported distros are highlighted in the buttons above.
Package symbol

camera_simulator package from ros2_video_streamer repo

camera_simulator

ROS Distro
github

Package Summary

Tags No category tags.
Version 0.1.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description Python video streamer or camera simulator in ROS2
Checkout URI https://github.com/klintan/ros2_video_streamer.git
VCS Type git
VCS Version master
Last Updated 2024-09-03
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Camera simulator - run a recorded video file streamed on a ros topic as if a live webcamera.

Additional Links

No additional links.

Maintainers

  • Andreas Klintberg

Authors

No additional authors.

ROS2 Video Streamer

A ROS2 python node for streaming video files or stream images in a folder to a topic.

Used as a camera simulator if you have pre-recorded video you want to stream, or if you have a dataset of video frames as images, that you want to replay.

Features:

  • Stream images from folder
  • Stream video from path
  • Supply camera calibration file for camera or images to publish camera_info.

This is a work in progress.

Install

Install extra dependencies

Ubuntu/Debian

apt update -y
apt install -y python3-natsort  # Installing natsort (is not in rosdep)

Install other dependencies and build

rosdep install -i --from-path . -y
colcon build --symlink-install

source ./install/setup.bash

Usage

Make sure to activate the workspace where vision_opencv is first.

Run a video file

ros2 run camera_simulator camera_simulator --type video --path <my-video-path> --loop

Run a KITTI dataset folder

If for some reason you do not have a bag file of CameraInfo (camera calibration information) and images, what this app can do is simulate this

ros2 run camera_simulator camera_simulator --type image --path <image-folder-path> --calibration_file <calibration-path>

In the data folder you’ll find some examples of this, calibration configuration sample file (converted to ROS2 calibration file from 2009_09_08_calib.txt for the left camera (camera 1)) and some images. Start up image_proc as you would to rectify your images and you should be good to go.

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged camera_simulator at Robotics Stack Exchange

No version for distro noetic showing github. Known supported distros are highlighted in the buttons above.
Package symbol

camera_simulator package from ros2_video_streamer repo

camera_simulator

ROS Distro
github

Package Summary

Tags No category tags.
Version 0.1.0
License Apache License 2.0
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description Python video streamer or camera simulator in ROS2
Checkout URI https://github.com/klintan/ros2_video_streamer.git
VCS Type git
VCS Version master
Last Updated 2024-09-03
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Camera simulator - run a recorded video file streamed on a ros topic as if a live webcamera.

Additional Links

No additional links.

Maintainers

  • Andreas Klintberg

Authors

No additional authors.

ROS2 Video Streamer

A ROS2 python node for streaming video files or stream images in a folder to a topic.

Used as a camera simulator if you have pre-recorded video you want to stream, or if you have a dataset of video frames as images, that you want to replay.

Features:

  • Stream images from folder
  • Stream video from path
  • Supply camera calibration file for camera or images to publish camera_info.

This is a work in progress.

Install

Install extra dependencies

Ubuntu/Debian

apt update -y
apt install -y python3-natsort  # Installing natsort (is not in rosdep)

Install other dependencies and build

rosdep install -i --from-path . -y
colcon build --symlink-install

source ./install/setup.bash

Usage

Make sure to activate the workspace where vision_opencv is first.

Run a video file

ros2 run camera_simulator camera_simulator --type video --path <my-video-path> --loop

Run a KITTI dataset folder

If for some reason you do not have a bag file of CameraInfo (camera calibration information) and images, what this app can do is simulate this

ros2 run camera_simulator camera_simulator --type image --path <image-folder-path> --calibration_file <calibration-path>

In the data folder you’ll find some examples of this, calibration configuration sample file (converted to ROS2 calibration file from 2009_09_08_calib.txt for the left camera (camera 1)) and some images. Start up image_proc as you would to rectify your images and you should be good to go.

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged camera_simulator at Robotics Stack Exchange