We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When ViSP dataset is installed using
$ sudo apt install visp-images-data
ViSP examples and tests are not able to able to find the corresponding data. They are throwing an exception like
$ cd visp-build/example/tracking $ ./trackDot2 Catch an exception: Error [3]: Cannot get the environment variable value
A possible workaround is to set VISP_INPUT_IMAGE_PATH environment variable to /usr/share/visp-images-data/ViSP-images
VISP_INPUT_IMAGE_PATH
/usr/share/visp-images-data/ViSP-images
$ export VISP_INPUT_IMAGE_PATH /usr/share/visp-images-data/ViSP-images
The text was updated successfully, but these errors were encountered:
Update change logs with fixed issue lagadic#1585
2691b0b
No branches or pull requests
When ViSP dataset is installed using
ViSP examples and tests are not able to able to find the corresponding data. They are throwing an exception like
A possible workaround is to set
VISP_INPUT_IMAGE_PATH
environment variable to/usr/share/visp-images-data/ViSP-images
The text was updated successfully, but these errors were encountered: