base class — bpy_struct
Match-moving camera data for tracking
Distortion model used for camera lenses
| Type: | enum in [‘POLYNOMIAL’, ‘DIVISION’], default ‘POLYNOMIAL’ |
|---|
First coefficient of second order division distortion
| Type: | float in [-inf, inf], default 0.0 |
|---|
First coefficient of second order division distortion
| Type: | float in [-inf, inf], default 0.0 |
|---|
Camera’s focal length
| Type: | float in [0.0001, inf], default 0.0 |
|---|
Camera’s focal length
| Type: | float in [0, inf], default 0.0 |
|---|
First coefficient of third order polynomial radial distortion
| Type: | float in [-inf, inf], default 0.0 |
|---|
Second coefficient of third order polynomial radial distortion
| Type: | float in [-inf, inf], default 0.0 |
|---|
Third coefficient of third order polynomial radial distortion
| Type: | float in [-inf, inf], default 0.0 |
|---|
Pixel aspect ratio
| Type: | float in [0.1, inf], default 1.0 |
|---|
Optical center of lens
| Type: | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
|---|
Width of CCD sensor in millimeters
| Type: | float in [0, 500], default 0.0 |
|---|
Units used for camera focal length
| Type: | enum in [‘PIXELS’, ‘MILLIMETERS’], default ‘PIXELS’ |
|---|
Inherited Properties
Inherited Functions
References