StereoVision icon indicating copy to clipboard operation
StereoVision copied to clipboard

StereoVision on Windows - no command line utility

Open jamesheatonrdm opened this issue 4 years ago • 1 comments

I have just installed StereoVision using pip install StereoVision on a Windows 10 machine.

pip install StereoVision

I tried to run the calibrate_cameras command but get the error "'calibrate_cameras' is not recognized as an internal or external command".

I then attempted to add the calibrate_cameras to my path. I located where the files were installed and added them to the path however I still cannot run any of the scripts.

How do I get to use the command line utilities?

jamesheatonrdm avatar Jul 13 '21 14:07 jamesheatonrdm

Call it with python python calibrate_cameras

The scripts haven't been updated in a while, you'll need to add parentheses to print statements on py3

tostercx avatar Aug 20 '21 15:08 tostercx