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

Avt Manta GigE camera with prosilica_driver

asked 2014-09-24 04:00:06 -0500

RagingBit gravatar image

Hi all,

I'm using the prosilica_driver node to access images from my camera (AVT Manta G235B) in ROS indigo running under Ubuntu 14.04. The problem I'm experiencing is twofold

  • First, a lower framerate (about 10 Hz according to rostopic hz) than the expected one (50 Hz from datasheet and about 50 Hz tested on Windows with the camera provider software).
  • Second, Rosbag (via rqt_bag) is complaining like that when I try to log the camera frame

    [INFO] [WallTime: 1411548138.205121] Recording to /home/ragingbit/test_2014-09-24-10-42-18.bag. Traceback (most recent call last): File "/opt/ros/indigo/lib/python2.7/dist-packages/rqt_bag/bag_widget.py", line 235, in _handle_record_clicked self._timeline.record_bag(record_filename) File "/opt/ros/indigo/lib/python2.7/dist-packages/rqt_bag/bag_timeline.py", line 643, in record_bag self.add_bag(self._recorder.bag) File "/opt/ros/indigo/lib/python2.7/dist-packages/rqt_bag/bag_timeline.py", line 167, in add_bag self._timeline_frame.reset_timeline() File "/opt/ros/indigo/lib/python2.7/dist-packages/rqt_bag/timeline_frame.py", line 916, in reset_timeline self.emit_play_region() File "/opt/ros/indigo/lib/python2.7/dist-packages/rqt_bag/timeline_frame.py", line 256, in emit_play_region self.scene().selected_region_changed.emit(*self.play_region) TypeError: BagTimeline.selected_region_changed[Time, Time].emit(): argument 1 has unexpected type 'NoneType'

Any help is really appreciated! :)

edit retag flag offensive close merge delete

Comments

Thank you very much for the suggestions. Is there any documentation/user guide for that?

RagingBit gravatar image RagingBit  ( 2014-09-24 06:04:23 -0500 )edit

Do I have to download the Vimba SDK form the official website? I tried to launch the avt_vimba_node but I get the following error: [ERROR] [1411557229.963177527]: [AVT_Vimba_ROS]: Could not start Vimba system: TL not loaded. Error: API not started.

RagingBit gravatar image RagingBit  ( 2014-09-24 06:15:31 -0500 )edit
1

Unfortunately yes, you'll have to install manually the SDK in your system. Just follow the instructions from the VIMBA SDK website.

Miquel Massot gravatar image Miquel Massot  ( 2014-09-25 02:37:13 -0500 )edit

Hi Miquel, thank you for your assistance! the node is kind of working also for my Manta G-235B. I'm only experiencing issues with the framerate (10 Hz instead of 50 Hz!). As on the VimbaViewer it is working, can you suggest me some settings I could try to modify for the avt_vimba_node?

RagingBit gravatar image RagingBit  ( 2014-09-25 03:17:55 -0500 )edit

Check if the exposure is in automatic or in manual. Also check if the exposure time allows for 50 Hz, which has to be quite fast. Experience with extremely low exposure times and check "rostopic hz" even though the image will be dark.

Miquel Massot gravatar image Miquel Massot  ( 2014-09-25 10:07:58 -0500 )edit

Exactly, that was the issue, thanks! The node is mostly working with my camera too, even though I guess some of the options available in VimbaViewer are still missing in the ROS counterpart. Anyway, great job!

RagingBit gravatar image RagingBit  ( 2014-09-26 03:26:09 -0500 )edit

Thanks for the compliment. If you'd like to help please do so. Fork the repo and perform "pull requests" with any improvements you believe are worth.

Miquel Massot gravatar image Miquel Massot  ( 2014-09-26 09:32:46 -0500 )edit

Did you ever solve your rqt_bag error? I have the same problem.

Neil Traft gravatar image Neil Traft  ( 2015-03-23 22:10:38 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-09-24 04:56:38 -0500

Miquel Massot gravatar image

I'd recommend you avt_vimba_camera which is developed with the new API and I'm currently maintaining.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-09-24 04:00:06 -0500

Seen: 1,805 times

Last updated: Sep 24 '14