michalpolic / hololens_mapper

The mapping pipeline for HoloLens device
15 stars 3 forks source link

Camera Parameters inputs for HlocQueryComposer #7

Closed rakshith95 closed 2 years ago

rakshith95 commented 2 years ago

Hello, For the HlocQueryComposer node, there is are inputs for Camera Parameters with the following fields: Camera model: Width: Height: Parameters:

While width, and height are clear enough, I'm not sure what to enter for the Camera model, and parameters. Could you please let me know in what format the Camera model, and parameters columns should be filled?

Thank you!

michalpolic commented 2 years ago

Yes, sure. Thank you for the question. The HLOC is using the COLMAP camera format, i.e., the model names and related parameters can be find in https://github.com/colmap/colmap/blob/dev/src/base/camera_models.h . There is documentation for each camera model and the order of required parameters.