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:
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.
boolean enabledForVideos | true if the watermark (timestamp and location stamp) is enabled for videos. |
boolean enabledForPhotos | true if the watermark (timestamp and location stamp) is enabled for photos. |
method isEnabledForPhotos
boolean isEnabledForPhotos()
|
Package: | dji.common.camera |
Description:
true
if the timestamp and the location stamp is added to photos.
Return:
boolean | true if the watermark (timestamp and location stamp) is enabled for photos. |
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:
boolean | true if the watermark (timestamp and location stamp) is enabled for videos. |