Hugin lensdb

From PanoTools.org Wiki
Revision as of 09:57, 4 April 2015 by Thomas (talk | contribs) (Typos)
Jump to navigation Jump to search

lensdb is a maintenance tool for Hugins camera and lens database.

The database is automatically filled when stitching a project file from Hugin. Entries can also manually added from Hugin and calibrate_lens_gui.

The information are used when adding image files to a project. Distortion and vignetting data can also manually loaded inside Hugin.

Usage

 lensdb [--recursive] --populate BASEPATH

Fills the database with information from all pto files in BASEPATH. With the switch --recursive the search goes also into all subfolders.

 lensdb --compress

Compresses the database by replacing all single entries with the average values.

Database maintenance

lensdb provides also some functions to maintain the database. Use these functions with responsibility.

 lensdb --export-database=FILENAME

Exports all entries of the database into the given (text) file.

 lensdb --import-from-file=FILENAME

Import the entries of the given (text) file into the existing database.

 lensdb --remove-lens=LENS

Removes all entries for the given lens from the database. For cameras with fixed lens use MAKER|MODEL as search string.

 lensdb --remove-camera=MAKER|MODEL

Removes all entries for the given camera from the database.