/
xcpImportOptions

xcpImportOptions

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

NameFlag argumentsArgument typeExclusive toComments
importCPFile1booleanImport/Skip camera parameters.
importVTTFile1booleanImport/Skip threshold parameters.
importCal1boolean
importThreshold1boolean

Return value

void

Examples

// 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