You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: