maximumIod property
Maximum interocular distance (IOD), in pixels. This parameter is used to prevent the subject from being too close to the camera. Hint: Default value is 512.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get maximumIod => getMaximumIod();
Implementation
set maximumIod(int value) => setMaximumIod(value);