eufy-mega / model/capabilities / VideoQuality
Variable: VideoQuality
ts
const VideoQuality: object;Video record-quality resolution names. The underlying value is a quality TIER (1/2/3) that maps to a resolution label (VIDEO_QUALITY_TIERS). Only tiers verified on a real device are listed; grow this as models are confirmed. (The label is potentially model-specific — a 2K cam's tier 3 would be "2K HD", not "3K HD" — but every cam verified so far shares the same tiers, so there is no per-model map yet: add one, keyed by model in the resolvers below, the first time a model actually diverges.)
Type Declaration
FullHD1080
ts
readonly FullHD1080: "Full HD (1080P)" = "Full HD (1080P)";HD3K
ts
readonly HD3K: "3K HD" = "3K HD";HD720
ts
readonly HD720: "HD (720P)" = "HD (720P)";