Not sure if this is just a bug with the library or just a limitation based on the hardware but
On my Mac, I can request a FrameType::RGB and each Frame I get back is also RGB.
However, on Windows I request a FrameType::RGB and each Frame I'm getting back is BGRA 🤔
Do we always need to match for every Frame even when requesting a specific FrameType?
Not sure if this is just a bug with the library or just a limitation based on the hardware but On my Mac, I can request a FrameType::RGB and each Frame I get back is also RGB.
However, on Windows I request a FrameType::RGB and each Frame I'm getting back is BGRA 🤔
Do we always need to match for every Frame even when requesting a specific FrameType?