robotology / stereo-vision

Repository containing apps for stereo vision
https://robotology.github.io/stereo-vision/
GNU General Public License v2.0
19 stars 19 forks source link

Configuration file argument missing in documentation #17

Closed fbottarel closed 6 years ago

fbottarel commented 6 years ago

While trying to figure out how to make SFM work with 640x480 camera resolution, I noticed that the camera config file icubEyes.ini in context cameraCalibration is set as default. This might be obvious for some, but inexperienced users like myself would need to look at the documentation and they wouldn't find this bit of information.

Could you add the --from [calibrationFile] and --context [calibrationContext] command-line parameters explicitly in the docs?

pattacini commented 6 years ago

Hi @fbottarel

Just fork this repo and open up a PR on this: it would be much simpler.

pattacini commented 6 years ago

Fixed via #18.

Thanks @fbottarel.