Integrate Axis_camera PTZ to p3-at ROS-kinectic [closed]

asked 2018-05-31 03:40:37 -0600

tarun gravatar image

updated 2018-06-01 03:17:14 -0600

I am able to get the data from the sonar sensors and the data comes with time-stamp value which is useful for synchronization of data, I want same for the images data comes from the camera. I have P3-at with axis_camera 214 PTZ , the package ,Rosaria, is doing good job with sonar sensors data but I am unable to find how to get integrate camera (how to get data from the camera). please suggest me a way how to do this.

Edited: I have configured my camera as given on link But when i follow this After running the follwing command

$rosrun axis_camera axis.py _hostname:=axis-<mycameraRTSP>.local _password:=<mypwd>

This is showing a warning ([WARN] Error opening URL http://axis-accc8e342714.local/mjpg/v... timeout. Looping until camera appears) but after checking from it

$rostopic list

I found the topics /image_view/compressed but could not find any image after running

rosrun image_view image_view image:=/axis/image_raw _image_transport:=compressed

Even after collecting data into rosbag . Except the camera topic I get all topic data. Please help me figure out where I did wrong. I am not able to collect images from camera. Thanks

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by tarun
close date 2018-06-01 04:24:52.108339

Comments

I guess you are referring to the http://wiki.ros.org/axis_camera-Package . What is happening when you run the examples?

NEngelhard gravatar image NEngelhard  ( 2018-05-31 04:41:42 -0600 )edit

'This page does not exit' is showing in the given link

tarun gravatar image tarun  ( 2018-05-31 08:20:28 -0600 )edit