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

Videre STOC disparity map OK under Windows, not under Ubuntu

asked 2011-02-18 03:29:29 -0500

Pi Robot gravatar image

updated 2014-01-28 17:09:11 -0500

ngrennan gravatar image

Hello Videre stereo camera users,

I have a recently purchased Videre STOC camera (6cm baseline) that I'm trying to get working with ROS under Ubuntu 10.04. I have the latest SVS software for both Windows and Linux and I can access the camera under both operating systems. The trouble is I'm not getting meaningful disparity maps under Linux, only under Windows. I've attached two screen captures from the smallv application. As you can see, the disparity image made under Windows looks reasonable, but the one made under Ubuntu looks rather crazy. Note that I am using the stock SVS drivers I downloaded from the Videre site--in other words, I have not built anything myself. Also, I had to make the following simlink:

$ sudo ln -s libraw1394.so.11.0.1 libraw1394.so.8

to get the smallv application to run under Ubuntu 10.04. Any ideas as to what I might need to tweak would be appreciated!

videre_test_windows.png
videre_test_ubuntu.png

Patrick Goebel
The Pi Robot Project
http://www.pirobot.org

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2011-02-18 14:19:35 -0500

joq gravatar image

You apparently have an out of date SVS Linux binary,.

The libraw1394-8 package was provided with Ubuntu Hardy back in April 2008. Current Ubuntu systems (Karmic, Lucid, Maverick, Natty) all use libraw1394-11. The version number would not have changed had the new library been completely compatible with the old one. So, it is no surprise for it not to work correctly.

You either need to find a newer SVS build or build it yourself from source (if that is possible).

edit flag offensive delete link more

Comments

Thanks joq. Yes, the SVS software seems rather old--2008 as you suspected. I am using the latest SVS tarball from Videre which is version 44g and date stamped Nov 5, 2008. I'll send in a note to their tech support to see if they have a later version.
Pi Robot gravatar image Pi Robot  ( 2011-02-19 00:08:18 -0500 )edit
I haven't heard back from Videre, but it occurred to me to find a copy of the old libraw1394.so.8 and install it under /usr/lib and that definitely cleaned up the disparity view in smallv. I still can't get a good point cloud in RViz, but I'll worry about that later...
Pi Robot gravatar image Pi Robot  ( 2011-02-24 04:37:29 -0500 )edit
Good idea, I should have thought of that. It may not work with Ubuntu 10.10 (or newer) because they use the new Juju firewire kernel stack.
joq gravatar image joq  ( 2011-02-24 05:18:05 -0500 )edit

Question Tools

Stats

Asked: 2011-02-18 03:29:29 -0500

Seen: 1,240 times

Last updated: Feb 18 '11