Options
All
  • Public
  • Public/Protected
  • All
Menu

Controlls and configures all body detection specific options

  • enabled: true/false
  • modelPath: body pose model, can be absolute path or relative to modelBasePath
  • minConfidence: threshold for discarding a prediction
  • maxDetected: maximum number of people detected in the input, should be set to the minimum number for performance

Hierarchy

  • BodyConfig

Index

Properties

enabled

enabled: boolean

maxDetected

maxDetected: number

minConfidence

minConfidence: number

modelPath

modelPath: string

skipFrames

skipFrames: number