HumanMemoryServerInterface Interface Reference

defined in <VisionX/libraries/armem_human/server/HumanMemoryServerInterface.ice>

interface HumanMemoryServerInterface { ... }

+ Inheritance diagram for HumanMemoryServerInterface:

Operations

void commitHumanPosesInCameraFrame (::armarx::aron::data::dto::AronDictSeq dictSeq, string providerName, ::armarx::core::time::dto::DateTime timestamp)
 Commit a human pose.
 
void commitHumanProfiles (::armarx::aron::data::dto::AronDictSeq dictSeq, string providerName, ::armarx::core::time::dto::DateTime timestamp, string entityName)
 
void commitPersonFacesInCameraFrame (::armarx::aron::data::dto::AronDictSeq dictSeq, string providerName, ::armarx::core::time::dto::DateTime timestamp)
 

Detailed Description

Definition at line 14 of file HumanMemoryServerInterface.ice.

Operation Documentation

◆ commitHumanPosesInCameraFrame()

void commitHumanPosesInCameraFrame ( ::armarx::aron::data::dto::AronDictSeq dictSeq,
string providerName,
::armarx::core::time::dto::DateTime timestamp )

Commit a human pose.

If the global pose information of the keypoints is not available, a lookup will be performed and the corresponding fields will be set.

Parameters
dtoa vector of serialized variants of armarx::human::arondto::HumanPose
providerName
timestamp
+ Here is the call graph for this function:

◆ commitHumanProfiles()

void commitHumanProfiles ( ::armarx::aron::data::dto::AronDictSeq dictSeq,
string providerName,
::armarx::core::time::dto::DateTime timestamp,
string entityName )
+ Here is the call graph for this function:

◆ commitPersonFacesInCameraFrame()

void commitPersonFacesInCameraFrame ( ::armarx::aron::data::dto::AronDictSeq dictSeq,
string providerName,
::armarx::core::time::dto::DateTime timestamp )
+ Here is the call graph for this function:

The documentation for this interface was generated from the following file: