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