Enumeration ImageCaptureDistanceMode
ImageCaptureDistanceMode
describes the shooting mode of the image. It is used in the overlap
mode of Panorama
.
typedef enum ImageCaptureDistanceMode { /** The image is taken by close-up shot camera. */ ICDM_NEAR, /** The image is taken by long shot camera. */ ICDM_FAR } CaptureDistanceMode;