Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Information about a camera feed, including its dimensions and aspect ratio. The camera feed represents (potentially) an inner rect of a media input, excluding any masks / extractions that may surround it.
| Name | FCameraFeedInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensData.h |
| Include Path | #include "LensData.h" |
Syntax
USTRUCT (BlueprintType )
struct FCameraFeedInfo
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AspectRatio | float | Aspect Ratio of the Camera Feed | LensData.h |
|
| bIsOverridden | bool | Whether the dimensions of the feed were overridden by the user | LensData.h | |
| bIsValid | bool | Whether the dimensions of the feed are valid (false if either X or Y is 0) | LensData.h | |
| Dimensions | FIntPoint | Dimensions of the Camera Feed | LensData.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetAspectRatio() |
LensData.h | ||
FIntPoint GetDimensions() |
LensData.h | ||
void Invalidate() |
LensData.h | ||
bool IsOverridden() |
LensData.h | ||
bool IsValid() |
LensData.h | ||
void SetDimensions
(
FIntPoint InDimensions, |
LensData.h |