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.
- 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:
Model for Checkerboard volume run specification.
- pydantic model moveai_mocap.models.volumes.runs.checkerboard.CheckerboardVolumeRun¶
Model for Checkerboard volume run specification.
- Fields: