Robotics StackExchange | Archived questions

camera statu warn,image status warn

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

"rosrun rviz rviz -d rvizartagconfig.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 brownrosusbpkg for Rosindigo 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', '//setcamerainfo,Service not found.

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

Best Taher

Asked by btaher20 on 2016-03-14 02:59:44 UTC

Comments

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

Asked by mgruhler on 2016-03-14 04:41:32 UTC

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...

Asked by mgruhler on 2016-03-14 06:00:40 UTC

Answers