PDA

View Full Version : Change color depth



sashoks34
28th March 2016, 07:53
Is it possible to change color depth of the application to 8 bit grayscale ?
This is what my device supports.
Currently i'm starting the application with -platform offscreen, and then grabbing each frame, convert it from RGB to Grayscale, and sent to the display device.
The operation takes a lot of CPU power.
How can i make the application starts in Grayscale mode so i can get the frames already in 8 bit grayscale ?