View Single Post
wook_sf's Avatar
Posts: 640 | Thanked: 435 times | Joined on Oct 2011 @ rajvoSa BA
#65
Originally Posted by qwazix View Post
The info I have about the N950 is this

In FCam/N9/Platform.h there is this code

Code:
    /** The N9 bayer pattern (the top 2x2 block of pixels) is GRBG */
    virtual BayerPattern bayerPattern() const {
	    if (variant() == N9_old) {
		    return RGGB;
	    }
	    return GRBG;
    }
I suspect that the N950 is GRBG and that is why the mixed colors. This needs a modified libfcam though, to return the other values.

Also changing the overlay colorkey to something red, shows that we do not get a black image, but rather we get nothing at all.

Changing the framebuffer to other color spaces gives a green image.

Changing the omapfb_color_format doesn't give any visible change.
if n9 is GRBG n950 is GBRG if n9 is RGGB n950 is BGGR

i hate when nokia mess with hardware :S