TrackingFrame constructor

TrackingFrame({
  1. int timestampInUs = 0,
  2. int durationInUs = 0,
  3. List<double> faceBlendshapes = const [],
  4. List<double> faceTransformationMatrix = const [],
})

Implementation

TrackingFrame({
    this.timestampInUs = 0,
    this.durationInUs = 0,
    this.faceBlendshapes = const [],
    this.faceTransformationMatrix = const [],
});