No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

ros2_ipcamera package from ros2_ipcamera repo

ros2_ipcamera

Package Summary

Tags No category tags.
Version 0.0.1
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/surfertas/ros2_ipcamera.git
VCS Type git
VCS Version master
Last Updated 2020-09-17
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

ROS2 component for use with IP cameras

Additional Links

Maintainers

  • tasuku

Authors

  • Tasuku Miura

ROS2 IP Camera Component ====

ROS2 component that publishes raw images taken from an IP camera.

Note: to cross-compile for ARM architecture see the related article.

Installation: ----

``` {.sourceCode .bash} git clone https://github.com/surfertas/ros2_ipcamera.git colcon build –symlink-install . install/setup.bash


Docker:


``` {.sourceCode .bash}
git clone https://github.com/surfertas/ros2_ipcamera.git
cd ros2_ipcamera
sudo docker build -t ros2_ipcamera/latest .

Usage: ----

  1. Update rtsp_uri parameter found in /config/ipcamera.yaml with the appropriate rtsp uri to your IP camera.
  2. Set the width and height to match the resolution of the IP camera. The node does not resize the image, but only sets the capture.
  3. Generate a camera_info.yaml file and place in /config.

``` {.sourceCode .bash} ros2 run ros2_ipcamera composition

Alternatively use the launch file

ros2 launch ros2_ipcamera ipcamera.launch.py


Docker:


``` {.sourceCode .bash}
# Update rtsp_uri in the yaml file.
sudo docker run -it ros2_ipcamera/latest bash
vi src/ros2_ipcamera/config/ipcamera.yaml
source ./install/setup.bash
ros2 launch ros2_ipcamera ipcamera.launch.py

Topics:

/ipcamera/image_raw - topic for raw image data

/ipcamera/camera_info - topic for camera info

References: ----1. https://github.com/ros2/demos/blob/master/image_tools/src/cam2image.cpp

  1. http://surfertas.github.io/ros2/2019/08/17/ros2-qos.html 3.

https://github.com/klintan/ros2_usb_camera/blob/master/src/usb_camera_driver.cpp

  1. https://github.com/ros-perception/image_common/wiki/ROS2-Migration
  2. https://github.com/ros2/demos/tree/master/composition 6.

https://github.com/christianrauch/raspicam2_node/blob/master/src/RasPiCamPublisherNode.cpp

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_ipcamera at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.