# Various types of MoCap, a comparison

**MoCap**, short for **motion capture**, is a technique used to digitally record movement. In art, it's a tool that allows creators to translate physical gestures into digital data that can be used to generate or manipulate digital work.

### What is MoCap?

Motion capture often involves placing **sensors or markers** on a person’s body (or using camera-based systems) to track movement in 3D space. This data is then sent to software that interprets the motion and applies it to a **digital avatar**, **3D model**, or **visual system**.

Examples of use:

- **Live performance &amp; dance**: people wearing mocap suits can control visuals, sound or avatars in real time, turning their movement into an interactive experience.
- **Digital puppetry**: Use MoCap to animate virtual characters that mirror their movements, creating storytelling pieces or interactive experiences.
- **Film &amp; animation**: MoCap can be used to create detailed, lifelike animation without manual keyframing.
- **Interactive installations**: Viewers’ movements can be captured and visualized, making them part of the artwork.
- **Experimental art &amp; research**: MoCap enables artists to explore themes like embodiment, identity, or data aesthetics by abstracting or transforming movement.

Why artists use it

- **Expressiveness**: It captures the nuance of real human motion.
- **Efficiency**: Complex animations can be recorded rather than animated by hand.
- **Interactivity**: MoCap allows for responsive, **real-time** work—art that moves because you move.
- **Hybrid creation**: It bridges physical and digital realms, letting artists craft performances or immersive visuals that live in both.

There are various types of Mocap:

<table border="1" id="bkmrk-optical-motion-captu" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 50.5562%;"></col><col style="width: 49.4438%;"></col></colgroup><tbody><tr><td>##### **Optical Motion Capture**

</td><td>##### **Inertial Motion Capture**

</td></tr><tr><td>**How it works:**

- Uses cameras (usually infrared) to track reflective markers or colored dots placed on the performer.
- Multiple cameras triangulate the position of each marker in 3D space.

**Variants:**

- Passive optical (uses reflective markers + infrared light, e.g., Vicon or OptiTrack)
- Active optical (uses LED markers that emit their own light)

**Pros:**

- Very accurate spatial tracking
- Excellent for large-scale and high-precision capture (e.g., dance, film, games)
- Good for multiple actors and full-body motion

**Cons:**

- Requires a studio setup with multiple calibrated cameras
- Sensitive to occlusion (when a marker is hidden from view)
- Expensive

</td><td>**How it works:**

- Uses IMUs (Inertial Measurement Units), which are small sensors containing gyroscopes and accelerometers.
- Sensors are worn in a suit (e.g., Rokoko, Xsens) and measure rotation and acceleration to calculate joint angles and movement.

**Variants:**

- Can be combined with Optical Mocap for precision.

**Pros:**

- Portable: Can be used anywhere, indoors or outdoors
- Not affected by lighting or line-of-sight
- Great for live performance, field work, and small studios

**Cons:**

- Less accurate in tracking absolute position (especially in large spaces)
- Susceptible to drift over time (though software can correct this)
- Locomotion is harder to grasp, like jumping, climbing etc.
- Rokoko: frustrating glitches &amp; subscription needed for realtime.

</td></tr></tbody></table>

Some systems **combine optical + inertial** tracking (e.g., combining Xsens suit with camera tracking or facial capture or Rokoko, iphone &amp; Coil ), giving the best of both worlds—especially for virtual production and advanced installations.