MayaFlux 0.5.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 253 of file CameraReader.cpp.

254{
255 std::shared_lock lock(m_ctx_mutex);
256 return m_video->out_height;
257}
std::shared_mutex m_ctx_mutex
std::shared_ptr< VideoStreamContext > m_video

References m_ctx_mutex, and m_video.