ApertureMode enumeration

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.

The ApertureMode type exposes the following members:

Fields

FieldDescription
HORIZ_AND_VERTSet the angle values for both the horizontal and vertical settings.
HORIZONTALSet only the horizontal angle.
VERTICALSet only the vertical angle.
FOCAL_LENGTHUse focal length directly.

See Also