Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Public Member Functions | List of all members
face_sdk::video_frame Class Referenceabstract

A video frame contains image and meta-information about this image in video stream context. More...

#include <video_frame.h>

Public Member Functions

virtual uint64_t frame_id () const =0
 Frame id.
 
virtual std::chrono::milliseconds timestamp () const =0
 Timestamp.
 
virtual std::shared_ptr< face_sdk::imageimage () const =0
 Image.
 

Detailed Description

A video frame contains image and meta-information about this image in video stream context.

Use face_sdk::make_video_frame(uint64_t,std::chrono::milliseconds,const std::shared_ptr<face_sdk::image> &) function to make an implementation of the video_frame interface.


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