-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: About RGB10A2 #13
Comments
With Windows Desktop Duplication API, the pixel format is always BGRA. See the doc here.
|
That means obs graphics hook uses a different method for capturing than Windows Desktop Duplication API. Capturing via Duplication API should be faster than graphics hook, right? Thanks for the information 💯 |
It's hard for me to believe than python implementation is faster than rust xD. Yeah i hope you may improve performance in future, so starred your repo already. Also i am not able to capture fullscreen games with this, so have to settled with unmaintained |
Does this always capture RGBA8/BGRA8 or there is an ability to read from RGB10A2 buffers.
I am very new to this topic and recently been looking into obs-rs crate ( which works using graphics hook injection ) for game capture, but after injection that crate returns text_desc format = 24 for some games which is RGB10A2, but this crate return RGBA8 for everything.
Why is that happening, can someone help me or direct me to related reading material.
Thanks in advance
The text was updated successfully, but these errors were encountered: