Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Results from a distortion calibration, including camera intrinsics and either the parameters to an analytical model or an ST Map
| Name | FDistortionCalibrationResult |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/CameraCalibrationTypes.h |
| Include Path | #include "CameraCalibrationTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FDistortionCalibrationResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CameraPoses | TArray< FTransform > | Calibrated camera pose for each input image | CameraCalibrationTypes.h |
|
| ErrorMessage | FText | Error text to be written by a solver to provide the reason why the solve may have failed. | CameraCalibrationTypes.h |
|
| EvaluatedFocus | float | Nominal focus distance of the lens associated with this result | CameraCalibrationTypes.h |
|
| EvaluatedZoom | float | Nominal focal length of the lens associated with this result | CameraCalibrationTypes.h |
|
| FocalLength | FFocalLengthInfo | Calibrated focal length result | CameraCalibrationTypes.h |
|
| ImageCenter | FImageCenterInfo | Calibrated image center result | CameraCalibrationTypes.h |
|
| NodalOffset | FNodalPointOffset | Calibrated nodal offset result | CameraCalibrationTypes.h |
|
| Parameters | FDistortionInfo | Distortion parameters for the model specified by the lens file. | CameraCalibrationTypes.h |
|
| ReprojectionError | double | Final reprojection error produced using this result | CameraCalibrationTypes.h |
|
| STMap | FSTMapInfo | ST Map that represents the UV displacements for this result. | CameraCalibrationTypes.h |
|
| STMapFullPath | FString | Absolute path to an ST Map file on disk that should be imported when this result is processed. | CameraCalibrationTypes.h |
|