ros2 video device
For the image_tools package in ROS2, how do I set the video device if I have a usb cam for example.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
For the image_tools package in ROS2, how do I set the video device if I have a usb cam for example.
This package is using OpenCV to get the input of the camera (check this link for a more detailed example: https://docs.opencv.org/3.0-beta/doc/... ): https://docs.opencv.org/3.0-beta/modu...
The interesting part for you is: https://github.com/ros2/demos/blob/71...
Where the example does the init of the video capture stream if the boolean burger_mode
is false
.
You will need to know the device ID of the camera which should be related to the USB port number the camera is connected to.
Asked: 2018-07-14 08:10:43 -0500
Seen: 1,471 times
Last updated: Jul 24 '18
Is there a release date of ros 2 or more informations about it?
Is the planned ROS1 to ROS2/DDS bridge available yet?
ROS2: content-based topic subscriptions?
Building Ros 2.0 without OpenCV?
ros2 rttest example build error
ROS 2 Alpha 2 ros1_bridge using DDS between two computers