---
title: "calibrateSolvingSubject"
canonical: "https://help.vicon.com/space/Shogun110/13075193/calibrateSolvingSubject"
format: markdown
---
# Description

Calibrates solving subjects. Replaces deprecated command **calibrateCharacter**.

If no solving subjects are selected, calibrates all solving subjects in the scene. If one or more solving subjects are selected, calibrates each one.

Calibration uses the entire play range unless the `-ranges` flag is used. See [calibrateSolvingSubjectOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun110/pages/13084974) command to set calibration options.

## Functional area

Labeling

# Command syntax

## Syntax

|  |
| --- |
| `calibrateSolvingSubject [-ranges]` |

### Arguments

None

### Flags

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `ranges` | 0 | — | — | Performs the calibration only over the selected time ranges. |

## Return value

void

## Examples

```plaintext
// Calibrate all solving subjects in the scene.
calibrateSolvingSubject;
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [calibrateLabelingSubject](https://vicon-help.atlassian.net/wiki/spaces/Shogun110/pages/13075187)
- [calibrateLabelingSubjectOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun110/pages/13075189)
- [calibrateSolvingSubjectOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun110/pages/13084974)