3 #ifndef FACE_SDK_VIDEO_STREAM 4 #define FACE_SDK_VIDEO_STREAM 6 #include <face_sdk_base/video_frame.h> 30 virtual void push_frame(
const std::shared_ptr<face_sdk::video_frame> &frame) = 0;
Definition: alignment_info.h:8
virtual uint32_t stream_id() const =0
Returns stream_id which was passed into face_sdk::liveness_coop::make_stream() or face_sdk::tracker::...
A video stream represents a sequence of frames.
Definition: video_stream.h:16
virtual void push_frame(const std::shared_ptr< face_sdk::video_frame > &frame)=0
Push frame into stream.