ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

latida's profile - activity

2019-09-13 16:50:53 -0500 marked best answer How to convert CameraInfo sensor msgs to Images?

Hi, is there any function for converting CameraInfo sensor messages to images. I'm aware of CvBridge library but it seems to me like it only works for Image sensor messages. I appreciate your help!


Edit:

Sorry if you misunderstood me. Video was recorded from the camera, but the .bag wasn't recorded using Image msg type. It's structured like this:

some header
     <Preface Index>    // preface frame index
     <Message Data> // first frame record
....
     <Message Data> // last frame record
<Index Data>    // index of all records in the previous chunk
<Connection>    // connection specs
<Chunk Info>    // additional chunk info

So, when I type rosbag info in command line, I get only CameraInfo msg type recognized, but that msgs are probably containing our special format.

So, what I'm then interested in is how to access/view the content of these msgs?

2019-02-18 14:38:31 -0500 received badge  Famous Question (source)
2019-01-21 19:32:33 -0500 received badge  Famous Question (source)
2018-10-17 03:15:31 -0500 edited question Custom image message type

Custom image message type I'm writing to enquire about possibility of ROS supporting or creating a custom sensor message

2018-10-12 07:23:53 -0500 received badge  Student (source)
2018-09-14 09:07:17 -0500 commented question Custom image message type

Thank you for your patience and your help, I've posted this as a new topic on ROS Discourse and now waiting for the mode

2018-09-14 06:20:12 -0500 edited question Custom image message type

Custom image message type I'm writing to enquire about possibility of ROS supporting or creating a custom sensor message

2018-09-14 06:19:39 -0500 edited question Custom image message type

Custom image message type I'm writing to enquire about possibility of ROS supporting or creating a custom sensor message

2018-09-14 06:19:39 -0500 received badge  Editor (source)
2018-09-14 06:15:58 -0500 commented question Custom image message type

Sorry for misleading, I've made a small presentation abot the problem: https://drive.google.com/file/d/1BMG5UdLPoEzSPQMG

2018-09-14 00:21:43 -0500 received badge  Enthusiast
2018-09-13 06:51:22 -0500 edited question Custom image message type

Custom image message type I'm writing to enquire about possibility of ROS supporting or creating a custom sensor message

2018-09-13 06:16:41 -0500 commented question Custom image message type

That's the main problem here, we've saved our data as the CameraInfo messages (which I'm aware isn't correct), but when

2018-09-13 06:16:41 -0500 received badge  Commentator
2018-09-13 05:54:54 -0500 received badge  Famous Question (source)
2018-09-13 05:46:24 -0500 commented question Custom image message type

Refering to your previous comment,that's correct: we want to use .bag format and in order to do that I started this disc

2018-09-13 03:45:52 -0500 commented question Custom image message type

https://drive.google.com/file/d/11ux3tsYEO9D-rCq2KwILWC3GvW8eFdcI/view?usp=sharing (made this for better visualization)

2018-09-13 03:43:16 -0500 commented question Custom image message type

be widely used.

2018-09-13 03:42:50 -0500 commented question Custom image message type

I've made a ppt slide with comparsion of our messages with ROS Image messages: https://drive.google.com/drive/my-drive

2018-09-13 03:27:57 -0500 commented question Custom image message type

The problem is that we don't record our data using ROS, just store our data in .bag files using rosbag file format respe

2018-09-12 05:30:18 -0500 received badge  Notable Question (source)
2018-09-12 05:04:34 -0500 commented question Custom image message type

Hi, thank you for your answer.To clarify, we're using Omnivision OV2775 and Sony IMX290 image sensors and images (video)

2018-09-12 03:09:12 -0500 received badge  Popular Question (source)
2018-09-12 02:21:20 -0500 asked a question Custom image message type

Custom image message type I'm writing to enquire about possibility of ROS supporting or creating a custom sensor message

2018-09-06 07:43:54 -0500 received badge  Notable Question (source)
2018-09-05 10:19:11 -0500 received badge  Popular Question (source)
2018-09-05 09:41:40 -0500 answered a question How to convert CameraInfo sensor msgs to Images?

Sorry if you misunderstood me. Video was recorded from the camera, but the .bag wasn't recorded using Image msg type. It

2018-09-05 08:31:30 -0500 commented answer How to convert CameraInfo sensor msgs to Images?

Thanks, the problem is that my .bag file contains only CameraInfo msg type, but the video that's recorded from the camer

2018-09-05 07:49:31 -0500 asked a question How to convert CameraInfo sensor msgs to Images?

How to convert CameraInfo sensor msgs to Images? Hi, is there any function for converting CameraInfo sensor messages to

2018-06-05 08:55:55 -0500 commented answer How to create a .bag from processed images using cv_bridge?

I'm sorry to bother you, but I'm new to ROS so I may misunderstood some procedures. I appreciate your help:)

2018-06-05 08:48:28 -0500 received badge  Notable Question (source)
2018-06-05 07:59:19 -0500 commented answer How to create a .bag from processed images using cv_bridge?

Thanks,but I specifically have to process the stream of msgs (images) published from a topic from a sensor.That's why I'

2018-06-05 06:29:21 -0500 commented answer How to create a .bag from processed images using cv_bridge?

Hi, thanks a lot, but my code is in Python and it says in this tutorial that image_transport doesn't support Python. Wha

2018-06-05 02:42:46 -0500 received badge  Popular Question (source)
2018-06-04 09:43:57 -0500 asked a question How to create a .bag from processed images using cv_bridge?

How to create a .bag from processed images using cv_bridge? Hi, I have to process images from a .bag file (in ROS kineti