X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Finclude%2Fmm_camcorder.h;h=494d517455821012679353331722822ea2d0cdea;hb=dcdae77439fc2ea1bffdba76984b70f460695d36;hp=15b6911b4499780ea6f4bcbda720d729ef103cd5;hpb=96f72d1bdd38b7f47cfc58959f2d061c603982a6;p=platform%2Fcore%2Fmultimedia%2Flibmm-camcorder.git diff --git a/src/include/mm_camcorder.h b/src/include/mm_camcorder.h index 15b6911..494d517 100644 --- a/src/include/mm_camcorder.h +++ b/src/include/mm_camcorder.h @@ -1253,6 +1253,30 @@ extern "C" { #define MMCAM_ENCODED_PREVIEW_GOP_INTERVAL "encoded-preview-gop-interval" /** + * The distance to move the camera horizontally and physically + */ +#define MMCAM_CAMERA_PAN_MECHA "camera-pan-mecha" + +/** + * The distance to move the camera horizontally + */ +#define MMCAM_CAMERA_PAN_ELEC "camera-pan-elec" + +/** + * The distance to move the camera vertically and physically + */ +#define MMCAM_CAMERA_TILT_MECHA "camera-tilt-mecha" + +/** + * The distance to move the camera vertically + */ +#define MMCAM_CAMERA_TILT_ELEC "camera-tilt-elec" + +/** + * The type of PTZ(Pan Tilt Zoom). Mechanical or Electonic PTZ. + */ +#define MMCAM_CAMERA_PTZ_TYPE "camera-ptz-type" +/** * Stream type and index for sound route */ #define MMCAM_SOUND_STREAM_TYPE "sound-stream-type"