TrackingTask

Type: object

Track specified class using a paritcular model for inteferencing

No Additional Properties
Example:

"TrackingTask: {model: 'coco', class: 'person', gimbal_pitch: -30}"

Type: number Default: -30.0

The angle of the gimbal

Value must be greater or equal to -90.0 and lesser or equal to 90.0

Type: enum (of string) Default: "coco"

Name of the object detection model to evaluate frames against (default = 'coco')

Must be one of:

  • "coco"
  • "robomaster"

Type: string Default: "person"

Name of the class to track (default = 'person')