We provide a utility that allows to simplify the configuration of the lens distortion of the AURELION camera sensor. It is provided in form of a python module that can:
- generate lens distortion profiles from different parameter sets, e.g., OpenCV distortion coefficients,
- import tabulated lens distortion data in form of CSV or Excel files,
- calculate some camera properties, and
- save the profile as a look-up table that can be used in the AURELION camera sensor.
The python module comes with type hints, docstrings, and a comprehensive documentation in HTML format including many example use-cases.