read_camera_setup_model
— Restore a camera setup model from a file.
read_camera_setup_model( : : FileName : CameraSetupModelID)
The operator read_camera_setup_model
restores a camera setup
model from a file specified by its FileName
and returns a handle
to the restored model in CameraSetupModelID
. The model file must
have been created by write_camera_setup_model
.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
FileName
(input_control) filename.read →
(string)
The path and file name of the model file.
File extension: .csm
CameraSetupModelID
(output_control) camera_setup_model →
(handle)
Handle to the camera setup model.
Calibration