SmartSpectra C++ SDK
Measure human vitals from video with SmartSpectra C++ SDK.
Loading...
Searching...
No Matches
presage::smartspectra::container::output_stream_poller_wrapper::OutputStreamPollerWrapper Class Reference

#include <output_stream_poller_wrapper.hpp>

Public Member Functions

 OutputStreamPollerWrapper (const OutputStreamPollerWrapper &)=delete
OutputStreamPollerWrapperoperator= (const OutputStreamPollerWrapper &)=delete
 OutputStreamPollerWrapper (OutputStreamPollerWrapper &&)=default
OutputStreamPollerWrapperoperator= (OutputStreamPollerWrapper &&)=default
absl::Status Initialize (mediapipe::CalculatorGraph &graph, const std::string &stream_name)
mediapipe::OutputStreamPoller & Get ()

Detailed Description

Lightweight RAII wrapper around MediaPipe's OutputStreamPoller.

Member Function Documentation

◆ Get()

mediapipe::OutputStreamPoller & presage::smartspectra::container::output_stream_poller_wrapper::OutputStreamPollerWrapper::Get ( )

Access the underlying poller.

◆ Initialize()

absl::Status presage::smartspectra::container::output_stream_poller_wrapper::OutputStreamPollerWrapper::Initialize ( mediapipe::CalculatorGraph & graph,
const std::string & stream_name )

Attach to a stream from the given graph.


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