UMagicLeapCVCameraComponent::GetIntrinsicCalibrationParameters

Gets the intrinsic calibration parameters of the camera. Requires the camera to be connected.

Windows
MacOS
Linux

References

Module

MagicLeapCVCamera

Header

/Engine/Plugins/Lumin/MagicLeapCamera/Source/MagicLeapCVCamera/Public/MagicLeapCVCameraComponent.h

Include

#include "MagicLeapCVCameraComponent.h"

Source

/Engine/Plugins/Lumin/MagicLeapCamera/Source/MagicLeapCVCamera/Private/MagicLeapCVCameraComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="CVCamera | MagicLeap")
bool GetIntrinsicCalibrationParameters
(
    FMagicLeapCVCameraIntrinsicCalibrationParameters & OutParams
)

Remarks

Gets the intrinsic calibration parameters of the camera. Requires the camera to be connected.

Returns

True if the parameters were successfully retrieved, false otherwise.

Parameters

Parameter

Description

OutParam

Contains the returned intrinsic calibration parameters if the call is successful.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss