---
title: "reconstruct"
canonical: "https://help.vicon.com/space/ShogunPost121/1253738771/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/ShogunPost121/pages/1253736740) command can be used to set reconstruction options.

## Functional area

Data editing

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `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/ShogunPost121/pages/1253737045)
- [reconstructOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736740)