DJI Mobile SDK Documentation

      class WatermarkSettings

      class WatermarkSettings
      Package:dji.common.camera
      Description:

      The watermark configuration to decide if timestamp and location stamp will be added to photos or videos.

      Class Members:
      Constructor
      method
      method WatermarkSettings
      WatermarkSettings(boolean enabledForVideos, boolean enabledForPhotos)
      Package:dji.common.camera
      Description:

      Creates an instance of the settings to control the watermark on photos and videos.

      Input Parameters:
      boolean enabledForVideostrue if the watermark (timestamp and location stamp) is enabled for videos.
      boolean enabledForPhotostrue if the watermark (timestamp and location stamp) is enabled for photos.
      Enabled For Photos
      method
      method isEnabledForPhotos
      boolean isEnabledForPhotos()
      Package:dji.common.camera
      Description:

      true if the timestamp and the location stamp is added to photos.

      Return:
      booleantrue if the watermark (timestamp and location stamp) is enabled for photos.
      Enabled For Videos
      method
      method isEnabledForVideos
      boolean isEnabledForVideos()
      Package:dji.common.camera
      Description:

      true if the timestamp and the location stamp is added to videos. The stamps are updated during the videos.

      Return:
      booleantrue if the watermark (timestamp and location stamp) is enabled for videos.