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

◆ height()

uint32_t MayaFlux::IO::CameraReader::height ( ) const

Negotiated output height in pixels.

Definition at line 244 of file CameraReader.cpp.

245{
246 std::shared_lock lock(m_ctx_mutex);
247 return m_video->out_height;
248}
std::shared_mutex m_ctx_mutex
std::shared_ptr< VideoStreamContext > m_video

References m_ctx_mutex, and m_video.