Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/Tables
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Tables/EncodersTable.h |
| Include | #include "Tables/EncodersTable.h" |
Syntax
USTRUCT&40;&41;
struct FEncodersTable
Remarks
Encoder table containing mapping from raw input value to nominal value
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRichCurve | Focus | Focus curve from encoder values to nominal values | |
| FRichCurve | Iris | Iris curve from encoder values to nominal values |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearAll () |
Removes all focus and iris points | |
| float | GetFocusInput
(
int32 Index |
Returns raw focus value for a given index | |
| float | GetFocusValue
(
int32 Index |
Returns focus value for a given index | |
| float | GetIrisInput
(
int32 Index |
Returns value for a given index | |
| float | GetIrisValue
(
int32 Index |
Returns zoom value for a given index | |
| int32 | Returns number of focus points | ||
| int32 | Returns number of focus points | ||
| bool | RemoveFocusPoint
(
float InRawFocus |
Removes a focus mapping point at the given raw input | |
| bool | RemoveIrisPoint
(
float InRawIris |
Removes a iris mapping point at the given raw input |