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

frame rate difference with ueye camera

asked 2016-07-01 12:37:54 -0600

Annaiyan gravatar image

Hi, i'm using ueye package for using 2 ueye camera for stereo processing.I did like this

rosrun ueye stereo

and verfied the frame rate by

rostopic hz for the left camera it is 30.015 and for the right camera it is 29.143. How to get the same frame rate for stereo processing without hardware synchronisation? Details: ros-indigo-ubuntu14.04

Thanks in advance,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-07-01 16:13:07 -0600

moates gravatar image

I'm not sure if this is what you're asking, but you might be looking to sync messages. One way to achieve this is using message_filters to effectively sync the topics.

There is also a CameraSubscriber/Publisher in image_transport for syncing.

(As a side note, this package might be of interest to you.)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-07-01 12:37:54 -0600

Seen: 471 times

Last updated: Jul 01 '16