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:225
Manages file and path names.
Definition: c4d_file.h:94
String GetString(void) const
Definition: lib_motiontracker.h:358
MtFootageData * GetFootageData() const
PyObject * obj
Definition: complexobject.h:60
#define Omotiontracker
Motion tracker.
Definition: ge_prepass.h:1087
#define MAXON_SOURCE_LOCATION
Definition: memoryallocationbase.h:67
#define ApplicationOutput(formatString,...)
Definition: debugdiagnostics.h:210
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:230
Definition: c4d_string.h:39
static String IntToString(Int32 v)
Definition: c4d_string.h:495
maxon::Int32 Int32
Definition: ge_sys_math.h:60
unsigned long Py_ssize_t width
Definition: pycore_traceback.h:88
Further Reading