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

◆ request_frame

std::function<void(uint64_t reader_id)> MayaFlux::Registry::Service::IOService::request_frame

Request the identified camera reader to pull the next frame.

Called from CameraContainer when FrameAccessProcessor completes a process cycle. The implementation looks up the CameraReader by reader_id and calls pull_frame_all(). Must be non-blocking. Safe to call from any thread.

Parameters
reader_idOpaque identifier assigned by IOManager at open_camera() time.

Definition at line 44 of file IOService.hpp.

Referenced by MayaFlux::IO::IOManager::IOManager(), and MayaFlux::Kakshya::CameraContainer::process_default().