ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Coppermind's profile - activity

2022-12-29 15:32:17 -0500 received badge  Student (source)
2019-02-20 23:15:45 -0500 received badge  Famous Question (source)
2018-11-22 04:34:27 -0500 received badge  Famous Question (source)
2018-11-03 03:38:54 -0500 received badge  Famous Question (source)
2018-10-17 04:22:29 -0500 received badge  Famous Question (source)
2018-07-31 17:46:12 -0500 received badge  Notable Question (source)
2018-05-29 01:13:16 -0500 received badge  Notable Question (source)
2018-04-28 06:33:09 -0500 received badge  Popular Question (source)
2018-04-25 13:06:13 -0500 received badge  Popular Question (source)
2018-04-25 13:06:01 -0500 marked best answer How to use cv_camera with IP cameras?

Hello, I am trying to use cv_camera with an IP camera. I am not sure how to initialize cv_camera such that it can read a cv_camera.

My understanding is that this would be done through setting the 'device_id' parameter. However, when I tried to set it to an http stream, it activated my laptop camera instead.

I did more experimenting and discovered that device_id only worked if it was set to an integer. I thought that the device_id parameter was passed to an instance of Videocapture cap(device_id) but this does not seem to be the case. I tried calling the address of an attached webcam directly '/dev/video1' but that did not work. I experimented with different cv paths as specified here:

http://funvision.blogspot.ca/2017/06/...

but I haven't been able to get anything besides integer inputs to device_id to work.

Any assistance or insight would be appreciated. Thank you for your time.

EDIT: There is another parameter called device_path that is documented on the github page.

2018-04-25 12:00:25 -0500 commented question How to use cv_camera with IP cameras?

Thanks for letting me know, but unfortunately I do not have sufficient karma to accept my own answer.

2018-04-25 11:59:36 -0500 answered a question How to use cv_camera with IP cameras?

There is another parameter called device_path that is documented on the github page. This allows you to specify a cv_str

2018-04-25 11:59:20 -0500 commented question How to use cv_camera with IP cameras?

There is another parameter called device_path that is documented on the github page.

2018-04-25 11:58:18 -0500 commented question How to use cv_camera with IP cameras?

There is another parameter called device_path that is documented on the github page. Edit: Unfortunately the green chec

2018-04-25 11:56:16 -0500 commented question How to use cv_camera with IP cameras?

There is another parameter called device_path that is documented on the github page.

2018-04-25 11:55:57 -0500 edited question How to use cv_camera with IP cameras?

How to use cv_camera with IP cameras? Hello, I am trying to use cv_camera with an IP camera. I am not sure how to initia

2018-04-25 11:53:27 -0500 commented question How to use cv_camera with IP cameras?

There is another parameter called device_path that is documented on the github page.

2018-04-25 11:52:11 -0500 asked a question How to force a camera to lower its resolution using parameters?

How to force a camera to lower its resolution using parameters? Hello, I am trying to use the parameters of cv_camera to

2018-04-16 16:05:13 -0500 edited question How to use cv_camera with IP cameras?

How to use cv_camera with IP cameras? Hello, I am trying to use cv_camera with an IP camera. I am not sure how to initia

2018-04-16 16:05:13 -0500 received badge  Editor (source)
2018-04-16 15:56:37 -0500 asked a question How to use cv_camera with IP cameras?

How to use cv_camera with IP cameras? Hello, I am trying to use cv_camera with an IP camera. I am not sure how to initia

2018-04-11 19:48:22 -0500 received badge  Notable Question (source)
2018-04-11 12:20:40 -0500 received badge  Popular Question (source)
2018-04-11 12:05:01 -0500 marked best answer How to view multiple cameras using cv_camera?

Hello, I am a ros newbie that is trying to work with cameras. My question is how can I scale up the use of cv_camera so that I can use multiple cameras at the same time? My understanding is that since cv_camera will try to open the device specified by the device_id parameter, I cannot try to run multiple instances of the node since it will just refer to the same parameter.

Just to test this theory, I tried to run 'rosrun cv_camera cv_camera_node 0' and 'rosrun cv_camera cv_camera_node 1' with two cameras connected, but they just showed the same device. Any insight or advice would be greatly appreciated.

UPDATE: The solution was to use rosrun and specify the device name and a new node name using parameters: e.g. 'rosrun cv_camera cv_camera_node __name:=test _device_id:=1'

2018-04-11 12:04:54 -0500 edited question How to view multiple cameras using cv_camera?

How to view multiple cameras using cv_camera? Hello, I am a ros newbie that is trying to work with cameras. My question

2018-04-11 09:51:16 -0500 commented answer How to view multiple cameras using cv_camera?

Thank you for the response, When I tried to run both commands in separate terminals, the first node stopped working and

2018-04-11 09:42:16 -0500 received badge  Enthusiast
2018-04-10 15:54:09 -0500 asked a question How to view multiple cameras using cv_camera?

How to view multiple cameras using cv_camera? Hello, I am a ros newbie that is trying to work with cameras. My question

2018-03-26 17:11:31 -0500 received badge  Notable Question (source)
2018-03-24 21:58:54 -0500 received badge  Popular Question (source)
2018-03-24 15:25:05 -0500 marked best answer RQT command does not display plugins after clean install

Hello, I am working with Ubuntu 16.04 and ros kinetic. I am trying to experiment with Ros QT for designing an interface for my project. I haven't been able to get the rqt command to display the plugins that I have installed.

I am a ROS newbie, so it is plausible that I made a mistake with how I installed rqt, but what I did was that I started with a clean install of Ubuntu 16.04, I followed the instructions listed here: http://wiki.ros.org/kinetic/Installat... and here http://wiki.ros.org/ROS/Tutorials/Ins... to verify ROS was installed correctly.

I then ran the commands

$ sudo apt-get install ros-kinetic-rqt ros-kinetic-rqt-common-plugins

$ sudo apt-get update

$ sudo apt-get dist-upgrade

as instructed here http://wiki.ros.org/rqt/UserGuide/Ins...

When I run the command

$rqt

I only get a blank window with no text.

I tried to verify that I had plugins installed by running

$ rqt --list-plugins

and I do get a populated list, and I can run the 'rqt_image_view' plugin directly from the command line.

My question is why do I not see any options to run plugins from the rqt window? Any insight or advice would be greatly appreciated.

2018-03-24 15:25:05 -0500 received badge  Scholar (source)
2018-03-24 15:25:02 -0500 commented answer RQT command does not display plugins after clean install

This did turn out to be the issue, thank you for your help.

2018-03-24 15:23:54 -0500 received badge  Supporter (source)
2018-03-24 14:56:57 -0500 asked a question RQT command does not display plugins after clean install

RQT command does not display plugins after clean install Hello, I am working with Ubuntu 16.04 and ros kinetic. I am try

2018-03-24 14:40:16 -0500 received badge  Organizer (source)