maximumRollAngle property
Maximum head roll angle, in degrees, for frontal positioning. Hint: Default value is 15.
throws FaceException An error has occurred during Face Library execution.
Implementation
double get maximumRollAngle => getMaximumRollAngle();
Implementation
set maximumRollAngle(double value) => setMaximumRollAngle(value);