You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I can't figure out how to update the reprojection parameters in the camera yaml file.
Here is what I'm doing: I'm trying to run the OKVIS sample.
Before running it I'm trying to update the camera calibration parameters in config/config_mynteye.yaml as suggested in the OKVIS SLAM documentation.
After running "./samples/_output/bin/tutorials/get_img_params" and getting the output I can't figure out where to get the reprojection parameters from (distortion parameters, focal length and principal point are easy to figure out).
How do I update the two 4x4 matrices above (after T_SC)?
I've also tried to generate the yaml file directly by running ./tools/_output/bin/writer/img_params_writer tools/writer/config/img.params
but I get a segmentation error ... any idea why?
Hi, I can't figure out how to update the reprojection parameters in the camera yaml file.
Here is what I'm doing: I'm trying to run the OKVIS sample.
Before running it I'm trying to update the camera calibration parameters in config/config_mynteye.yaml as suggested in the OKVIS SLAM documentation.
After running "./samples/_output/bin/tutorials/get_img_params" and getting the output I can't figure out where to get the reprojection parameters from (distortion parameters, focal length and principal point are easy to figure out).
Here is what ./get_img_params outputs:
And here is the format of the yaml file that I need to update:
How do I update the two 4x4 matrices above (after T_SC)?
I've also tried to generate the yaml file directly by running
./tools/_output/bin/writer/img_params_writer tools/writer/config/img.params
but I get a segmentation error ... any idea why?
I'm running this on an ARM platform (Odroid XU4, Ubuntu 16.04.4 LTS)
Thanks!
The text was updated successfully, but these errors were encountered: