MovieTrackingCamera(bpy_struct)

base class — bpy_struct

class bpy.types.MovieTrackingCamera(bpy_struct)

Match-moving camera data for tracking

focal_length

Camera’s focal length

Type :float in [0.0001, 5000], default 0.0
focal_length_pixels

Camera’s focal length

Type :float in [0, 5000], default 0.0
k1

First coefficient of third order polynomial radial distortion

Type :float in [-inf, inf], default 0.0
k2

Second coefficient of third order polynomial radial distortion

Type :float in [-inf, inf], default 0.0
k3

Third coefficient of third order polynomial radial distortion

Type :float in [-inf, inf], default 0.0
pixel_aspect

Pixel aspect ratio

Type :float in [0.1, 5000], default 0.0
principal

Optical center of lens

Type :float array of 2 items in [-inf, inf], default (0.0, 0.0)
sensor_width

Width of CCD sensor in millimeters

Type :float in [0, 500], default 0.0
units

Units used for camera focal length

  • PIXELS px, Use pixels for units of focal length.
  • MILLIMETERS mm, Use millimeters for units of focal length.
Type :enum in [‘PIXELS’, ‘MILLIMETERS’], default ‘PIXELS’

Inherited Properties

Inherited Functions

References

Previous topic

MovieTracking(bpy_struct)

Next topic

MovieTrackingMarker(bpy_struct)