Skip to content

TypeScript SDK Reference / RealtimeEstimationConfig

Interface: RealtimeEstimationConfig

Configuration options for realtime estimation.

Properties

debug?

optional debug: boolean

Whether to enable debug logging for realtime estimation.


earlyEstimation?

optional earlyEstimation: boolean

Whether to perform early realtime estimation before full scanning begins.


estimatorType?

optional estimatorType: RealtimeEstimatorType

Type of estimator to use.


hrPath?

optional hrPath: string

ME-rPPG specific: Path to HR extraction model (only used if estimatorType is MeRppg)


lambda?

optional lambda: number

ME-rPPG specific: Lambda parameter for temporal normalization (only used if estimatorType is MeRppg)


minConfidence?

optional minConfidence: number

Minimum confidence threshold for displaying results.


minDuration?

optional minDuration: number

Minimum duration in seconds required for a stable estimation.


modelPath?

optional modelPath: string

ME-rPPG specific: Path to main model (only used if estimatorType is MeRppg)


statePath?

optional statePath: string

ME-rPPG specific: Path to initial state (only used if estimatorType is MeRppg)


welchPath?

optional welchPath: string

ME-rPPG specific: Path to Welch PSD model (only used if estimatorType is MeRppg)