---
title: "xcpImportOptions"
canonical: "https://help.vicon.com/space/ShogunPost121/1253737403/xcpImportOptions"
format: markdown
---
# Description

Sets the import options for XCP (extended camera parameter) files. When this type of the file is imported the options affect the imported objects.

## Functional area

File handling

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `xcpImportOptions [-importCal boolean] [-importThreshold boolean]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| Name | Flag arguments | Argument type | Exclusive to | Comments |
| --- | --- | --- | --- | --- |
| `importCPFile` | 1 | boolean | — | Import/Skip camera parameters. |
| `importVTTFile` | 1 | boolean | — | Import/Skip threshold parameters. |
| `importCal` | 1 | boolean | — | — |
| `importThreshold` | 1 | boolean | — | — |

## Return value

void

> Macro (scroll-pagebreak)

## Examples

```plaintext
// Import extended camera parameter file with the cameras. 
// Do not import threshold map. 
xcpImportOptions -importCPFile on -importVTTFile off;
loadFile -createSecondFig -importType "selCreateNew" "C:/ShogunPost/Thursday July20/00001/00001.xcp";
```

# Additional information

## Related commands

- [c3dExportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739304)
- [c3dImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737285)
- [fbxExportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738099)
- [fbxImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736682)
- [loadFile](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738225)
- [mcpExportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736836)
- [mcpImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739007)
- [saveFile](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736795)
- [usdImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253741046)
- [x2dImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737688)