From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: whittenburg@gmail.com
Cc: Sakari Ailus <sakari.ailus@iki.fi>, linux-media@vger.kernel.org
Subject: Re: OMAP3 ISP previewer Y10 to UYVY conversion
Date: Fri, 17 Apr 2015 12:39:42 +0300 [thread overview]
Message-ID: <2148230.ZhqY8UHqWD@avalon> (raw)
In-Reply-To: <CABcw_Om0fujOR+-O+zw6z_aor8ZgOpJiLUJ0pq4hrHP7v_tKCA@mail.gmail.com>
Hi Chris,
On Thursday 16 April 2015 13:05:30 Chris Whittenburg wrote:
> On Tue, Apr 7, 2015 at 10:51 AM, Laurent Pinchart wrote:
> > Black level compensation is applied by the CCDC before writing raw frames
> > to memory. If your raw frames are correct BLC is probably not to blame.
> >
> > The default contrast is x1.0 and the default brightness is +0.0, so I
> > don't think those should be blame either.
> >
> > I suspect the RGB2RGB conversion matrix to be wrong. The default setting
> > is supposed to handle fluorescent lighting. You could try setting the
> > RGB2RGB matrix to the identity matrix and see if this helps. See
> > http://git.ideasonboard.org/omap3-isp-live.git/blob/HEAD:/isp/controls.c#l
> > 184 for sample code.
> >
> > Another matrix that could be worth being reprogrammed is the RGB2YUV
> > matrix, which also defaults to fluorescent lighting. Sample code to
> > reprogram it is available in the same location.
>
> I tried changing the rgb2rgb matrx to the identity matrix:
>
> {0x0100, 0x0000, 0x0000},
> {0x0000, 0x0100, 0x0000},
> {0x0000, 0x0000, 0x0100}
>
> And the csc (rgb2yuv) to this:
> {256, 0, 0},
> {0, 0, 0},
> {0, 0, 0}
>
> But I couldn't see much, if any, difference.
>
> However, when I forced the gamma correction to be bypassed, it seemed to fix
> it.
>
> Does that make sense? I guess I don't understand it enough to understand if
> gamma correction would have compressed all my luma values.
Yes, it makes sense. Gamma correction applies a non-linear transformation to
the pixel values and can explain the problems you were seeing.
I've checked the default rgb2rgb matrix, and it should work fine for your case
as all lines add up to 1.0. The default rgb2yuv matrix, however, limits Y
values to 220, so you should modify it.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2015-04-17 9:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-18 19:56 OMAP3 ISP previewer Y10 to UYVY conversion Chris Whittenburg
2015-03-24 23:51 ` Sakari Ailus
2015-03-25 14:12 ` Chris Whittenburg
2015-03-25 23:58 ` Sakari Ailus
2015-04-07 15:51 ` Laurent Pinchart
2015-04-07 16:45 ` Chris Whittenburg
2015-04-08 10:17 ` Laurent Pinchart
2015-04-16 18:05 ` Chris Whittenburg
2015-04-17 9:39 ` Laurent Pinchart [this message]
2015-04-21 16:04 ` Chris Whittenburg
2015-04-21 16:16 ` Laurent Pinchart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2148230.ZhqY8UHqWD@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=sakari.ailus@iki.fi \
--cc=whittenburg@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox