|
2012-07-31
, 14:24
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#62
|
The Following User Says Thank You to qwazix For This Useful Post: | ||
|
2012-07-31
, 14:53
|
|
Posts: 640 |
Thanked: 435 times |
Joined on Oct 2011
@ rajvoSa BA
|
#63
|
Thanks wook_sf. I am glad that I haven't caused that issue because I couldn't possibly think what it could be...
|
2012-07-31
, 16:38
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#64
|
/** The N9 bayer pattern (the top 2x2 block of pixels) is GRBG */ virtual BayerPattern bayerPattern() const { if (variant() == N9_old) { return RGGB; } return GRBG; }
|
2012-07-31
, 17:05
|
|
Posts: 640 |
Thanked: 435 times |
Joined on Oct 2011
@ rajvoSa BA
|
#65
|
The info I have about the N950 is this
In FCam/N9/Platform.h there is this code
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.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; }
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.
|
2012-07-31
, 17:33
|
Posts: 1 |
Thanked: 0 times |
Joined on Jul 2012
|
#66
|
|
2012-07-31
, 20:09
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#67
|
|
2012-07-31
, 20:13
|
|
Posts: 640 |
Thanked: 435 times |
Joined on Oct 2011
@ rajvoSa BA
|
#68
|
N950 is GaRBaGe????
heheheh, sorry I really had to say this
still waiting for the fix for the N950, keep up the good work
|
2012-08-14
, 13:13
|
|
Posts: 49 |
Thanked: 59 times |
Joined on May 2010
@ Russia, Ekaterinburg
|
#69
|
|
2012-08-14
, 22:32
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#70
|
The Following User Says Thank You to qwazix For This Useful Post: | ||
here's fix:
http://talk.maemo.org/showpost.php?p...7&postcount=79