eufy-mega / model/capabilities / PtzPresetImage
Type Alias: PtzPresetImage
ts
type PtzPresetImage = object;A preset's thumbnail, as returned by PtzPresetActions.image. Follows the app's get_preset_position_pic reply {data, index}.
Properties
data
ts
data: string;The thumbnail image payload as the camera delivers it (a base64-encoded JPEG).
index
ts
index: number;The preset id the image belongs to (-1 if the reply omitted it).