> For the complete documentation index, see [llms.txt](https://docs.motorica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motorica.com/documentation/style-cloning/reference/mocap-recording-guidelines.md).

# Mocap Recording Guidelines

## Overview

Good, general-purpose Style Clones require 10 minutes of recorded mocap data. The data must follow our dance card shot list, covering a range of motion and speeds in the exact style you want to create.

{% hint style="info" %}
The more variety the better — our model learns best from seeing a range of different motions.
{% endhint %}

## Key Guidelines

* A full mocap dataset for a Style Clone must total around **10 minutes**.
* Each take should be between **30-60 seconds**.
* The actor must **maintain the style** throughout the entire take.
* Maintain a **consistent idle pose** across all takes.

## Shot List

Our shot list consists of **7 Mandatory** dance cards and 3 optional dance cards.&#x20;

These dance cards are designed to provide varied coverage for the range of movement states your style may need to perform. They are also designed to allow the actor to focus on keeping the style consistent, without worrying about hitting specific angles or speeds.

{% content-ref url="/pages/X1zmzY94BjxkKvm0TGNF" %}
[Dance Card Shot List](/documentation/style-cloning/reference/dance-card-shot-list.md)
{% endcontent-ref %}

## Speed Ranges

Some dance cards must be recorded in various speed ranges for our training model and depending on how your style moves. Our recommended ranges are:

* **Walk** — up to 2 m/s
* **Jog** — 2 to 4 m/s
* **Run** — 4+ m/s

Speed variations are flexible. **Only record the speed ranges your style needs**.&#x20;

Actors don't need focus on maintaining an exact speed; velocities within their given speed range suffices.

## Next Steps

Visit the [Shot List](#shot-list) to understand what animations to shoot. Once you're finished recording, check out [Data Preparation](/documentation/style-cloning/reference/data-preparation.md) for help preparing and cleaning the raw mocap data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.motorica.com/documentation/style-cloning/reference/mocap-recording-guidelines.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
