class WatermarkDisplayContentSettings
class WatermarkDisplayContentSettings implements DJIValue , JNIProguardKeepTag , ByteStream
Package: dji.sdk.keyvalue.value.camera
Description:
The content information settings of the camera watermark.
Class Members:
Members
method getDroneTypeEnabled
Boolean getDroneTypeEnabled ()
Package: dji.sdk.keyvalue.value.camera
Description:
Parameter: Boolean
true
means to add drone type information to the watermark.
Return:
Boolean true
means to add drone type information to the watermark.
method setDroneTypeEnabled
void setDroneTypeEnabled (Boolean droneTypeEnabled)
Package: dji.sdk.keyvalue.value.camera
Description:
To set whether to add drone type information to the watermark.
Boolean droneTypeEnabled true
means to add drone type information to the watermark.
method getDroneSnEnabled
Boolean getDroneSnEnabled ()
Package: dji.sdk.keyvalue.value.camera
Description:
Parameter: Boolean
true
means to add drone SN information to the watermark.
Return:
Boolean true
means to add drone SN information to the watermark.
method setDroneSnEnabled
void setDroneSnEnabled (Boolean droneSnEnabled)
Package: dji.sdk.keyvalue.value.camera
Description:
To set whether to add drone SN information to the watermark.
Boolean droneSnEnabled true
means to add drone SN information to the watermark.
method getDateTimeEnabled
Boolean getDateTimeEnabled ()
Package: dji.sdk.keyvalue.value.camera
Description:
Parameter: Boolean
true
means to add time information to the watermark.
Return:
Boolean true
means to add time information to the watermark.
method setDateTimeEnabled
void setDateTimeEnabled (Boolean dateTimeEnabled)
Package: dji.sdk.keyvalue.value.camera
Description:
To set whether to add time information to the watermark.
Boolean dateTimeEnabled true
means to add time information to the watermark.
method getGpsLonLatEnabled
Boolean getGpsLonLatEnabled ()
Package: dji.sdk.keyvalue.value.camera
Description:
Parameter: Boolean
true
means to add the drone longitude and latitude location information to the watermark.
Return:
Boolean true
means to add the drone longitude and latitude location information to the watermark.
method setGpsLonLatEnabled
void setGpsLonLatEnabled (Boolean gpsLonLatEnabled)
Package: dji.sdk.keyvalue.value.camera
Description:
To set whether to add the drone longitude and latitude location information to the watermark. You can set the display format of longitude and latitude location information through getLonLatFormat
.
Boolean gpsLonLatEnabled true
means to add the drone longitude and latitude location information to the watermark.
method getLonLatFormat
LonLatFormat getLonLatFormat ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get the display format of the latitude and longitude in the watermark.
Return:
LonLatFormat Return the display format of the latitude and longitude in the watermark.
method setLonLatFormat
void setLonLatFormat (LonLatFormat lonLatFormat)
Package: dji.sdk.keyvalue.value.camera
Description:
To set the display format of the latitude and longitude in the watermark.
LonLatFormat lonLatFormat The display format of the latitude and longitude in the watermark.
method getGpsAltitudeEnabled
Boolean getGpsAltitudeEnabled ()
Package: dji.sdk.keyvalue.value.camera
Description:
true
means to add aircraft altitude information to the watermark.
Return:
Boolean true
means to add aircraft altitude information to the watermark.
method setGpsAltitudeEnabled
void setGpsAltitudeEnabled (Boolean gpsAltitudeEnabled)
Package: dji.sdk.keyvalue.value.camera
Description:
To set whether to add aircraft altitude information to the watermark.
Boolean gpsAltitudeEnabled true
means to add aircraft altitude information to the watermark.
method getLengthUnit
LengthUnit getLengthUnit ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get the display unit for height in the watermark.
Return:
LengthUnit Returns the display unit for height in the watermark.
method setLengthUnit
void setLengthUnit (LengthUnit lengthUnit)
Package: dji.sdk.keyvalue.value.camera
Description:
To set the display unit for height in the watermark.
LengthUnit lengthUnit The display unit for height in the watermark.
method getUserCustomStringEnabled
Boolean getUserCustomStringEnabled ()
Package: dji.sdk.keyvalue.value.camera
Description:
true
means to add custom copy information to the watermark.
Return:
Boolean true
means to add custom copy information to the watermark.
method setUserCustomStringEnabled
void setUserCustomStringEnabled (Boolean userCustomStringEnabled)
Package: dji.sdk.keyvalue.value.camera
Description:
To set whether to add custom copy information to the watermark.
Boolean userCustomStringEnabled true
means to add custom copy information to the watermark.
method getScreenLocation
ControlLocation getScreenLocation ()
Package: dji.sdk.keyvalue.value.camera
Description:
To get where the watermark is displayed on the camera screen.
Return:
ControlLocation Return where the watermark is displayed on the camera screen.
method setScreenLocation
void setScreenLocation (ControlLocation screenLocation)
Package: dji.sdk.keyvalue.value.camera
Description:
To set where the watermark is displayed on the camera screen.
ControlLocation screenLocation Where the watermark is displayed on the camera screen.