![]() |
Face SDK
1.7 Mozart rc
Face Recognition Software Development Kit
|
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::image > | image () const =0 |
Image. | |
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.