Volumes

Enum for the area of a volume.

class moveai_mocap.models.volumes.enums.area.Area(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Enum for the area of a volume.

large: str = 'large'

above 20 square meters

normal: str = 'normal'

below 20 square meters

Model for Aruco volume run specification.

pydantic model moveai_mocap.models.volumes.runs.aruco.ArucoVolumeRun

Model for Aruco volume run specification.

Fields:
field ground_offset: Annotated[float, Gt(gt=0)] | None = 0.31

The vertical offset in metres between the ground and the bottom of the calibration object. This offset is due to the object wheels.

Constraints:
  • le = 1.0

field scale_resolution: bool | None = True

Scales the calibration output to be compatible with Takes captured with 4k resolution. Set to False, if the Takes are captured with 8k resolution.

Model for Human volume run specification.

pydantic model moveai_mocap.models.volumes.runs.actor.ActorVolumeRun

Model for Human volume run specification.

Fields:
field actor: Actor [Required]

The actor who performed the calibration process.

field area: Area = Area.normal

What is the size of the calibrated area?

Model for Checkerboard volume run specification.

pydantic model moveai_mocap.models.volumes.runs.checkerboard.CheckerboardVolumeRun

Model for Checkerboard volume run specification.

Fields: