Table of contents

Enumeration ImageCaptureDistanceMode

ImageCaptureDistanceMode describes the shooting mode of the image. It is used in the overlap mode of Panorama.

  • C++
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;

Is this page helpful?

YesYes NoNo