Skip to content
New issue

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

How to set KALIBR_MANUAL_FOCAL_LENGTH_INIT? #349

Closed
SubMishMar opened this issue Feb 14, 2020 · 2 comments
Closed

How to set KALIBR_MANUAL_FOCAL_LENGTH_INIT? #349

SubMishMar opened this issue Feb 14, 2020 · 2 comments

Comments

@SubMishMar
Copy link

The camera focal length initialization fails for me for one of my cameras and I am not sure why. But I realized that I can set KALIBR_MANUAL_FOCAL_LENGTH_INIT but I don't know how. Any help?

Thanks.

@SubMishMar
Copy link
Author

I got it we have to set it in the terminal. Like:
export KALIBR_MANUAL_FOCAL_LENGTH_INIT=2000
And then again set this value when the code asks for it.

@floriantschopp
Copy link
Contributor

KALIBR_MANUAL_FOCAL_LENGTH_INIT is just a flag whether the option to enable manual input should be used or not (as it can be different for different cameras in the same optimization). This was done to be able to set it somewhere in your bashrc and never care about it again if you are not using a scriped version of kalibr as discussed here #346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants