setEyeSeparation method

void setEyeSeparation(
  1. double eyeSep
)

Implementation

void setEyeSeparation(double eyeSep) {
  _stereo.eyeSep = eyeSep;
}