DriveWorks SDK Reference

| 0.6.67 Release

/builds/driveav/dw/sdk/tools/calibration/apps/ftheta-intrinsics/README.md
Go to the documentation of this file.
1 FTheta intrinsics tool
2 ======================
3 
4 This application computes the coefficients for the FTheta model
5 projection polynomial. The tool extracts the intrinsics from the
6 manufacturers specifications and outputs the model to a `json`
7 intrinsics file.
8 
9 ----------------
10 
11 Expects the following arguments:
12 
13 `--name` camera name (`json` output will be saved to `name.json`)
14 
15 `--lut` path to lens distortion lookup table
16 
17 `--pitch` camera sensor pixel pitch (um)
18 
19 `--width` camera sensor image width (px)
20 
21 `--height` camera sensor image height (px)