@mega-yfue/eufy-sdk / PtzPresetImage
Type Alias: PtzPresetImage
ts
type PtzPresetImage = object;A preset's thumbnail, as returned by 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).