---
title: "reconstruct"
canonical: "https://help.vicon.com/space/Shogun111/13208272/reconstruct"
format: markdown
---
# Description

Reconstructs 2D camera data into 3D marker data

This command reconstructs a capture over the entire play range unless the `-ranges` or `-currentFrame` flag is used. The [reconstructOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208276) command can be used to set reconstruction options.

## Functional area

Data editing

# Command syntax

## Syntax

|  |
| --- |
| `reconstruct [-ranges] [-currentFrame] [-computeHealthStats]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `ranges` | 0 | — | — | Reconstructs only over the selected ranges of time. |
| `currentFrame` | 0 | — | — | Reconstructs only the current frame. |
| `computeHealthStats` |  |  |  |  |

## Return value

void 

> Macro (scroll-pagebreak)

## Examples

```plaintext
// Reconstruct the entire play range.
reconstruct;
```

# Additional information

## Related commands

- [reconstructChunk](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208274)
- [reconstructOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208276)