3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
pbio::VideoWorker::TemplateCreatedCallbackData Struct Reference

TemplateCreated callback data. More...

#include <VideoWorker.h>

Public Attributes

int64_t stream_id
 Integer id of the video stream (0 <= stream_id < streams_count).
 
int64_t frame_id
 Integer id of the frame (that was returned by VideoWorker::addVideoFrame).
 
RawSample::Ptr sample
 Face sample.
 
double quality
 Face sample quality. The same as from the FaceQualityEstimator.
 
Template::Ptr templ
 Template created for this sample.
 

Detailed Description

TemplateCreated callback data.