Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Information about the lens rig
| Name | FLensInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensData.h |
| Include Path | #include "LensData.h" |
Syntax
USTRUCT (BlueprintType )
struct FLensInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImageDimensions | FIntPoint | Resolution of the original footage that was captured by the camera (not necessarily the resolution of the media source). | LensData.h |
|
| LensModel | TSubclassOf< ULensModel > | Model of the lens (spherical, anamorphic, etc...) | LensData.h |
|
| LensModelName | FString | Model name of the lens | LensData.h |
|
| LensSerialNumber | FString | Serial number of the lens | LensData.h |
|
| SensorDimensions | FVector2D | Width and height of the calibrated camera's sensor, in millimeters | LensData.h |
|
| SqueezeFactor | float | Squeeze Factor (or Pixel Aspect) for anamorphic lenses. | LensData.h |
|
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FLensInfo& Other |
LensData.h |