Actors

Actors represent a human actor in your capture input. They must be given a height and can optionally have an Actor Skeleton Run created which will generate a skeleton for them. A skeleton is used for more accurate mocap.

The actor model.

pydantic model moveai_mocap.models.actors.actor.Actor

The actor model.

Fields:
field height: float [Required]

The height of the actor in metres.

Constraints:
  • ge = 1.0

  • le = 2.5

field name: str [Required]

The name of the actor. Used for uniqueness checks.

pydantic model moveai_mocap.models.actors.actor.ActorWithSkeleton

An actor with a skeleton file. Use in MocapRun.

Fields:
field skeleton: Resource [Required]

The skeleton resource for this actor.