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