![]() |
SmartSpectra C++ SDK
Measure human vitals from video with SmartSpectra C++ SDK.
|
Public Types | |
| using | BackgroundContainer |
Public Member Functions | |
| FrameWithTimestampRecorder (std::shared_ptr< BackgroundContainer > container, video_source::InputTransformMode input_transform_mode) | |
| void | SwapContainer (std::shared_ptr< BackgroundContainer > new_container) |
| void | OnReadDone (bool ok) override |
| const BackgroundContainer * | GetContainer () const |
| Public Member Functions inherited from presage::smartspectra::grpc_bindings::ReactorWithWaitUntilDone< grpc::ServerReadReactor< presage::smartspectra::FrameWithTimestamp > > | |
| void | WaitUntilDone () |
| void | OnDone () override |
| void | OnCancel () override |
| using presage::smartspectra::grpc_bindings::FrameWithTimestampRecorder< TIntegrationMode >::BackgroundContainer |