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

◆ m_requested_pixel_format

int MayaFlux::IO::CameraReader::m_requested_pixel_format { -1 }
private

Pixel format requested at open() time, as an AVPixelFormat int.

Negative selects RGBA, matching VideoStreamContext::setup_scaler's default. Read by create_container(), which runs before the scaler is built and therefore cannot consult the negotiated format.

Definition at line 195 of file CameraReader.hpp.

195{ -1 };

Referenced by create_container(), and open().