Is 16-bit color depth supported? #71
Unanswered
ronny-nilsson
asked this question in
Q&A
Replies: 1 comment
|
Buffers with 16-bit colour depth should be supported, but they are largely untested as this library has been developed against a platform that uses 32-bit buffers exclusively. Have you tried different encoding methods? It's probably best to start with the "raw" encoding and go from there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi
Is using a 16-bit color depth supported? Changing the default fourcc DRM_FORMAT_ABGR8888 to anything "less" seems to not work.
All reactions