Options
All
  • Public
  • Public/Protected
  • All
Menu

Configures all body detection specific options

Hierarchy

Index

Properties

Optional detector

detector?: { modelPath: string }

Type declaration

  • modelPath: string
    property

    path to optional body detector model json file

enabled

enabled: boolean
property

is module enabled?

maxDetected

maxDetected: number
property

maximum numboer of detected bodies

minConfidence

minConfidence: number
property

minimum confidence for a detected body before results are discarded

modelPath

modelPath: string
property

path to model json file

skipFrames

skipFrames: number
property

how many max frames to go without re-running model if cached results are acceptable

skipTime

skipTime: number
property

how many max miliseconds to go without re-running model if cached results are acceptable