read_camera_setup_modelT_read_camera_setup_modelReadCameraSetupModelReadCameraSetupModelread_camera_setup_model (Operator)
Name
read_camera_setup_modelT_read_camera_setup_modelReadCameraSetupModelReadCameraSetupModelread_camera_setup_model
— Restore a camera setup model from a file.
Signature
def read_camera_setup_model(file_name: str) -> HHandle
Description
The operator read_camera_setup_modelread_camera_setup_modelReadCameraSetupModelReadCameraSetupModelReadCameraSetupModelread_camera_setup_model
restores a camera setup
model from a file specified by its FileNameFileNameFileNameFileNamefileNamefile_name
and returns a handle
to the restored model in CameraSetupModelIDCameraSetupModelIDCameraSetupModelIDCameraSetupModelIDcameraSetupModelIDcamera_setup_model_id
. The model file must
have been created by write_camera_setup_modelwrite_camera_setup_modelWriteCameraSetupModelWriteCameraSetupModelWriteCameraSetupModelwrite_camera_setup_model
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
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.
Parameters
FileNameFileNameFileNameFileNamefileNamefile_name
(input_control) filename.read →
HTuplestrHTupleHtuple (string) (string) (HString) (char*)
The path and file name of the model file.
File extension: .csm
CameraSetupModelIDCameraSetupModelIDCameraSetupModelIDCameraSetupModelIDcameraSetupModelIDcamera_setup_model_id
(output_control) camera_setup_model →
HCameraSetupModel, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle to the camera setup model.
Module
Calibration