TypeScript SDK Reference / RealtimeEstimationConfig
Interface: RealtimeEstimationConfig
Configuration options for realtime estimation.
Properties
debug?
optionaldebug:boolean
Whether to enable debug logging for realtime estimation.
earlyEstimation?
optionalearlyEstimation:boolean
Whether to perform early realtime estimation before full scanning begins.
estimatorType?
optionalestimatorType:RealtimeEstimatorType
Type of estimator to use.
hrPath?
optionalhrPath:string
ME-rPPG specific: Path to HR extraction model (only used if estimatorType is MeRppg)
lambda?
optionallambda:number
ME-rPPG specific: Lambda parameter for temporal normalization (only used if estimatorType is MeRppg)
minConfidence?
optionalminConfidence:number
Minimum confidence threshold for displaying results.
minDuration?
optionalminDuration:number
Minimum duration in seconds required for a stable estimation.
modelPath?
optionalmodelPath:string
ME-rPPG specific: Path to main model (only used if estimatorType is MeRppg)
statePath?
optionalstatePath:string
ME-rPPG specific: Path to initial state (only used if estimatorType is MeRppg)
welchPath?
optionalwelchPath:string
ME-rPPG specific: Path to Welch PSD model (only used if estimatorType is MeRppg)