About
A MtFootageData object stores information on the video footage loaded by the parent MotionTrackerObject.
Access
The MtFootageData object is obtained from the parent MotionTrackerObject.
- Warning
- The returned object is a copy owned by the caller.
if (footage == nullptr)
Definition: c4d_baseobject.h:248
Manages file and path names.
Definition: c4d_file.h:94
Definition: lib_motiontracker.h:358
MtFootageData * GetFootageData() const
PyObject * obj
Definition: complexobject.h:60
#define Omotiontracker
Motion tracker.
Definition: ge_prepass.h:1103
#define MAXON_SOURCE_LOCATION
Definition: memoryallocationbase.h:67
#define ApplicationOutput(formatString,...)
Definition: debugdiagnostics.h:204
const char * doc
Definition: pyerrors.h:226
Footage Data
The MtFootageData object provides read-access to several properties of the loaded video footage.
General information on the loaded footage:
Video Resolution and Ratio of the loaded footage:
if (footage == nullptr)
Definition: ge_autoptr.h:155
void Assign(TYPE *p)
Definition: ge_autoptr.h:234
Definition: c4d_string.h:41
static String IntToString(Int32 v)
Definition: c4d_string.h:497
maxon::Int32 Int32
Definition: ge_sys_math.h:56
unsigned long Py_ssize_t width
Definition: pycore_traceback.h:88
Further Reading