Enum ApertureMode

ApertureMode enumeration

Camera aperture modes. The aperture mode determines which values drive the camera aperture. If the aperture mode is HorizAndVert, Horizontal, or Vertical, then the field of view is used. If the aperture mode is FocalLength, then the focal length is used.

public enum ApertureMode

Values

NameValueDescription
HorizAndVert0Set the angle values for both the horizontal and vertical settings.
Horizontal1Set only the horizontal angle.
Vertical2Set only the vertical angle.
FocalLength3Use focal length directly.

See Also