problem on running image_view node [closed]
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
Did you get an answer to this? I am having the same problem.