eufy-mega / model/capabilities / Watermark
Variable: Watermark
ts
const Watermark: object;On-screen watermark / OSD overlay options. The value is the UI radio index. Use Watermark.TimestampAndLogo etc. with setWatermark / setProperty(sn,"watermark",…).
Type Declaration
Off
ts
readonly Off: 0 = 0;No timestamp or logo.
Timestamp
ts
readonly Timestamp: 1 = 1;Timestamp only.
TimestampAndLogo
ts
readonly TimestampAndLogo: 2 = 2;Timestamp + eufy logo.