Navigation
API > API/Plugins > API/Plugins/MeshTrackerInterface
| Name | IDepthGeneratorInterface |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MeshTrackerInterface/Public/MetaHumanFaceTrackerInterface.h |
| Include Path | #include "MetaHumanFaceTrackerInterface.h" |
Syntax
class IDepthGeneratorInterface
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDepthGeneratorInterface() |
MetaHumanFaceTrackerInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetDepthMap
(
int32 InStereoPairIndex, |
Gets the depth map data calculated by SetInputData | MetaHumanFaceTrackerInterface.h | |
uint32 GetReconstructerState() |
Returns current Reconstructer state. | MetaHumanFaceTrackerInterface.h | |
bool Init
(
const FString& InPhysicalDeviceLUID |
MetaHumanFaceTrackerInterface.h | ||
bool SetCameraRanges
(
const TMap< FString, TPair< float, float > >& InCameraRanges |
Specify the ranges for each camera. | MetaHumanFaceTrackerInterface.h | |
bool SetCameras
(
const TArray< struct FCameraCalibration >& InCalibration |
MetaHumanFaceTrackerInterface.h | ||
bool SetInputData
(
const TMap< FString, const unsigned char* >& InImageDataPerCamera, |
Set the current input data and performs stereo reconstruction. | MetaHumanFaceTrackerInterface.h | |
bool SetStereoCameraPairs
(
const TArray< TPair< FString, FString > >& InStereoReconstructionPairs |
Specify which cameras are used for stereo reconstruction. | MetaHumanFaceTrackerInterface.h |