Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Normalized focal length information for both width and height dimension If focal length is in pixel, normalize using pixel dimensions If focal length is in mm, normalize using sensor dimensions
| Name | FFocalLengthInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensData.h |
| Include Path | #include "LensData.h" |
Syntax
USTRUCT (BlueprintType )
struct FFocalLengthInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FxFy | FVector2D | Value expected to be normalized (unitless) | LensData.h |
|