---
title: "xcpImportOptions"
canonical: "https://help.vicon.com/space/ShogunPost119/850466570/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

|  |
| --- |
| `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/ShogunPost119/pages/850462950)
- [c3dImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850462958)
- [fbxExportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850463686)
- [fbxImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850463694)
- [loadFile](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464347)
- [mcpExportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464410)
- [mcpImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850464418)
- [saveFile](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850468121)
- [usdImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850466403)
- [x2dImportOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost119/pages/850466562)