Enumeration ImageCaptureDistanceMode
ImageCaptureDistanceMode
describes the shooting mode of the image. It is used in the overlap
mode of Panorama
.
class EnumImageCaptureDistanceMode(IntEnum):
# The image is taken by close-up shot camera.
ICDM_NEAR
# The image is taken by long shot camera.
ICDM_FAR