Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/CameraCalibrationSubsystem.h |
Include |
#include "CameraCalibrationSubsystem.h" |
UCLASS()
class UCameraCalibrationSubsystem : public UEngineSubsystem
Camera Calibration subsystem
Name | Description | ||
---|---|---|---|
|
ULensDistort... |
FindDistortionModelHandler ( |
Return the handler associated with the input distortion source, if one exists If bUpdatePicker is true, the input picker reference will be updated so that its properties match those of the found handler |
|
ULensDistort... |
FindOrCreateDistortionModelHandler ( |
Return the handler associated with the input distortion source, if one exists that also matches the input model. |
|
TSubclassOf<... |
GetCameraCalibrationStep ( |
Returns the camera calibration step by name |
|
GetCameraCalibrationSteps() |
Returns an array with the names of the available camera calibration steps |
|
|
TSubclassOf<... |
GetCameraImageCenterAlgo ( |
Returns the image center algorithm by name |
|
GetCameraImageCenterAlgos() |
Returns an array with the names of the available image center algorithms |
|
|
TSubclassOf<... |
GetCameraNodalOffsetAlgo ( |
Returns the nodal offset algorithm by name |
|
GetCameraNodalOffsetAlgos() |
Returns an array with the names of the available nodal offset algorithms |
|
|
ULensFile &#... |
GetDefaultLensFile() |
Get the default lens file. |
|
GetDistortionModelHandlers ( |
Return all handlers associated with the input camera component |
|
|
ULensFile &#... |
GetLensFile ( |
Facilitator around the picker to get the desired lens file. |
|
GetOriginalFocalLength ( |
Get the original focal length of the input camera component, if it exists in the subsystems map. |
|
|
UMaterialInt... |
GetOverlayMaterial ( |
Returns the overlay material associated with the input overlay name |
|
GetOverlayMaterialNames() |
Returns a list of all overlays known to the subsystem This includes the default overlays listed in the camera calibration settings as well as any of overlays that have been registered with this subsystem |
|
|
TSubclassOf<... |
GetRegisteredLensModel ( |
Return the ULensModel subclass that was registered with the input model name |
|
RegisterDistortionModel ( |
Add a new Lens Model to the registered model map |
|
|
RegisterOverlayMaterial |
Register a new overlay material name and path that can be queried from camera calibration tools |
|
|
SetDefaultLensFile ( |
Get the default lens file. |
|
|
UnregisterDistortionModel ( |
Remove a Lens Model from the registered model map |
|
|
UnregisterDistortionModelHandler ( |
Disassociate the input handler from the input camera component in the subsystem's handler map |
|
|
UnregisterOverlayMaterial ( |
Unregister an overlay material |
|
|
UpdateOriginalFocalLength ( |
Update the original focal length of the input camera componet |
|
|
UpdateOverscanFocalLength ( |
Update the overscanned focal length of the input camera component |
Name | Description | ||
---|---|---|---|
|
Deinitialize() |
Implement this for deinitialization of instances of the system |
|
|
Initialize ( |
Implement this for initialization of instances of the system |