camera statu warn,image status warn

asked 2016-03-14 02:59:44 -0500

btaher20 gravatar image

updated 2016-03-23 15:22:19 -0500

Hello everyone I am using Artags alvar but when I use command

"rosrun rviz rviz -d rviz_artag_config.rviz"

I get window but with Camera Status warn,Image status Warn no image captured by camera. I use camera usb logitech.Could you inform me what should I do now

Thanks in advance

Best Taher


EDIT

Hello I am using Logitech camera by using usb_camera usb_camera.launch file witgh Package brown_ros_usb_pkg for Ros_indigo system.I checked with /devVideo 0 or 1,The Error still there.

<launch>
    <node name="usb_cam" pkg="usb_cam" type="usb_cam_node" output="screen" >
        <param="" name="video_device" value="/dev/video1"/>
    </node>
</launch>

But I get error in Camera Calibration Waiting for service', '//set_camera_info,Service not found.

and now in visualizing the Ar_tags_alvar.I sucessfully build alvar and using ROS_indigo packages.

Best Taher

edit retag flag offensive close merge delete

Comments

what camera driver do you start? rviz is just for visualization, it does not start a camera driver...

mgruhler gravatar image mgruhler  ( 2016-03-14 04:41:32 -0500 )edit

Please edit your question (click the edit button on the bottom right of your question), don't post additional info as an answer. Is the launch file there correct? The param="" seems to be wrong, but this could also be because you pasted in unformated...

mgruhler gravatar image mgruhler  ( 2016-03-14 06:00:40 -0500 )edit