![]() |
SmartSpectra C++ SDK
Measure human vitals from video with SmartSpectra C++ SDK.
|
#include <output_stream_poller_wrapper.hpp>
Public Member Functions | |
| OutputStreamPollerWrapper (const OutputStreamPollerWrapper &)=delete | |
| OutputStreamPollerWrapper & | operator= (const OutputStreamPollerWrapper &)=delete |
| OutputStreamPollerWrapper (OutputStreamPollerWrapper &&)=default | |
| OutputStreamPollerWrapper & | operator= (OutputStreamPollerWrapper &&)=default |
| absl::Status | Initialize (mediapipe::CalculatorGraph &graph, const std::string &stream_name) |
| mediapipe::OutputStreamPoller & | Get () |
Lightweight RAII wrapper around MediaPipe's OutputStreamPoller.
| mediapipe::OutputStreamPoller & presage::smartspectra::container::output_stream_poller_wrapper::OutputStreamPollerWrapper::Get | ( | ) |
Access the underlying poller.
| 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.