MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_container()

void MayaFlux::IO::CameraReader::set_container ( const std::shared_ptr< Kakshya::CameraContainer > &  container)

Store a weak reference to the container for IOService dispatch.

Called by IOManager::open_camera() after create_container(). Enables pull_frame_all() to resolve the container without an explicit argument.

Parameters
containerCameraContainer created by this reader.

Definition at line 256 of file CameraReader.cpp.

258{
259 m_container_ref = container;
261}
std::weak_ptr< Kakshya::CameraContainer > m_container_ref

References m_container_ref, and start_decode_thread().

+ Here is the call graph for this function: