Robotics StackExchange | Archived questions

How to use minoru stereo camera

Hello, everybody.

I try to get started to use minoru stereo camera. I read the following URL and execute some command , https://code.google.com/archive/p/sentience/wikis/MinoruWebcam.wiki

But I have difficult that how to use "v4l2stereo -0 /dev/video1 -1 /dev/video0 --features " command.

I installed v4l2stereo-1.054.deb and place it in "/home/myname" folder. Then I execute "ar vx v4l2stereo-1.054.deb" and "tar xzvf data.tar.gz" .

After that the "v4l2stereo" is created in "/home/myname/usr/bin" directory.

I move to the directory and execute "v4l2stereo -0 /dev/video1 -1 /dev/video0 --features " command but I did not execute the command.

What should I do execute the above command ? Please let me know.

Asked by sasadasd on 2017-05-26 20:32:04 UTC

Comments

While the page you link contains some instructions on how to integrate with ROS, your current problems don't seem to be ROS related.

Also: the linked page mentions ROS "C Turtle". That was released in 2010 - 7 years ago - and has long since been EOLd.

Asked by gvdhoorn on 2017-05-27 03:00:21 UTC

you are correct. I gave up it

Asked by sasadasd on 2017-06-02 23:40:40 UTC

Answers