PTAM calibration
Hi, Im working on Indigo.
I'm trying to use the ethzasl_ptam package. When I ran roslaunch ptam cameracalibrator.launch
nothing happened. I edited the launch file to say
<remap from="image" to="dev/video0/>
which I think should tell it to go to my webcam. Still nothing. Next I ran rosrun image_view image_view image:=/dev/video0
which also had no output. Then I ran rqt , and opened the image view topic, which has a fuzy looking screen which has nothing to do with my webcam.
How do I set any of these things to my webcam? Thanks