TypeScript SDK Reference / RealtimeEstimationConfig
Interface: RealtimeEstimationConfig
Configuration options for realtime estimation.
Properties
debug?
optionaldebug:boolean
Whether to enable debug logging for realtime estimation.
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)
minSamples?
optionalminSamples:number
Minimum number of RGB samples required before producing an HR estimate. Default: 30.
modelPath?
optionalmodelPath:string
ME-rPPG specific: Path to main model (only used if estimatorType is MeRppg)
scanDuration?
optionalscanDuration:number
Total configured scan duration in seconds. Default: 25.
signalQualityDelay?
optionalsignalQualityDelay:number
Minimum seconds of signal before computing quality metrics. Panoptic default: 5, MeRppg default: 3.
statePath?
optionalstatePath:string
ME-rPPG specific: Path to initial state (only used if estimatorType is MeRppg)
visualSignalType?
optionalvisualSignalType:VisualSignalType
Type of visual signal for the visualization pipeline. Panoptic estimator only. Use Raw for unfiltered PPG or Normalized for bandpass-filtered signal. Default: Normalized.
welchPath?
optionalwelchPath:string
ME-rPPG specific: Path to Welch PSD model (only used if estimatorType is MeRppg)