problem on running image_view node [closed]

asked 2014-01-30 05:01:20 -0500

andres.tr gravatar image

Hi all, I installed the package ros-groovy-camera-umd, after this I run a launch file like this

<launch>
  <node name="uvc_camera" ns="camera" output="screen" pkg="uvc_camera" type="camera_node">
    <param name="width" type="int" value="640"></param>
    <param name="height" type="int" value="480"></param>
    <param name="fps" type="int" value="30"></param>
    <param name="frame" type="string" value="webcam"></param>
    <param name="device" type="string" value="/dev/video0"></param>
  </node>
</launch>

The device path I have already checked where it is connected and if the camera is responding.

After running the launch file I get this response:

unable to open camera calibration file ["path"/camera.yml] 
Camera calibration file "path"/camera.yml not found 
I only handle discrete frame intervals… 
I only handle discrete frame intervals… 
I only handle discrete frame intervals… 
I only handle discrete frame intervals… 
I only handle discrete frame intervals… 
I only handle discrete frame intervals… 
…

Then I try to look at the topic /camera/image_raw

rosrun image_view image_view image:=/camera/image_raw

And I get no response from the camera

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2016-08-14 01:48:05.152189

Comments

Did you get an answer to this? I am having the same problem.

ggregory8 gravatar image ggregory8  ( 2014-04-27 21:30:27 -0500 )edit