News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

ZynqBerry Demo 1 Pixel format change to RGB

Started by stvo, March 19, 2017, 08:18:24 PM

Previous topic - Next topic

stvo

Hello,

I work with the  Trenz  demo _1 and  i  need to change the pixel format in the frame buffer  from 32 bit ABGR to 24 bit RGB.

until now I changed in module raw_demosaic the axis data width from 32 to 24 bit and color order to RGB, in module video_resize axis data width from 32 to 24 bit .

The result is a Frame with 3/4 width and its gray scale!

So what else i have to change?

best regards
Steve

Antti Lukats

Linux framebuffer support only 32 bit and 16 bit formats, 24 bit is not supported.