linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sriram V <vshrirama@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: H3A module on omap4 iss
Date: Wed, 20 Aug 2014 16:32:51 +0200	[thread overview]
Message-ID: <2048451.TcpJ3DtSY9@avalon> (raw)
In-Reply-To: <CAH9_wRM_CkRSRiaBDprvVONHXuZ2W6GLorqYTyA3G5N8G1Si6A@mail.gmail.com>

Hi Sriram,

On Wednesday 20 August 2014 11:55:12 Sriram V wrote:
> Hi,
> 
> I am planning to work on getting the H3A support (Auto White balance,
> Auto Exposure and Auto Focus Support) for OMAP4 ISS.

That would be great !

> I wanted to check if anyone is working to get this module working.

Not to my knowledge. I'm not (at least for now, but I could need H3A support 
at some point in the future).

> Is OMAP3 H3A similar or same as OMAP4 H3A. Can i make use of the OMAP3 code
> base for h3a or how complex is this activity?

The AF and AE engines look pretty similar indeed. It would be nice if the 
OMAP3 ISP AF and AE code could be shared with the OMAP4 ISS driver. That would 
require some refactoring though. One thing we're missing is standardization of 
H3A APIs in V4L2, I'd like to see that happen.

> Also, i wanted to how how to test the v4l resizer driver in omap4iss?

Here's the full pipeline configuration I use. Please note that the OMAP4 ISS 
resizer implementation doesn't support resizing yet, it just hardcodes the 
resizer ratio to 1:1.

IFMT="SBGGR10"
ISIZE="1920x1084"
OFMT="UYVY"
OSIZE="1920x1080"
CFMT="YUYV1_5X8"

media-ctl -l '"OMAP4 ISS CSI2a":1 -> "OMAP4 ISS ISP IPIPEIF":0 [1]'
media-ctl -l '"OMAP4 ISS ISP IPIPEIF":2 -> "OMAP4 ISS ISP IPIPE":0 [1]'
media-ctl -l '"OMAP4 ISS ISP IPIPE":1 -> "OMAP4 ISS ISP resizer":0 [1]'
media-ctl -l '"OMAP4 ISS ISP resizer":1 -> "OMAP4 ISS ISP resizer a output":0 
[1]'

media-ctl -V "\"sensor\":0 [fmt:$IFMT/$ISIZE]"
media-ctl -V "\"OMAP4 ISS CSI2a\":1 [fmt:$IFMT/$ISIZE]"
media-ctl -V "\"OMAP4 ISS ISP IPIPEIF\":0 [fmt:$IFMT/$ISIZE]"
media-ctl -V "\"OMAP4 ISS ISP IPIPE\":0 [fmt:$IFMT/$ISIZE]"
media-ctl -V "\"OMAP4 ISS ISP IPIPE\":1 [fmt:$OFMT/$OSIZE]"
media-ctl -V "\"OMAP4 ISS ISP resizer\":0 [fmt:$OFMT/$OSIZE]"
media-ctl -V "\"OMAP4 ISS ISP resizer\":1 [fmt:$CFMT/$OSIZE]"

-- 
Regards,

Laurent Pinchart


  reply	other threads:[~2014-08-20 14:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-20  6:25 H3A module on omap4 iss Sriram V
2014-08-20 14:32 ` Laurent Pinchart [this message]
2014-08-20 15:31   ` Sriram V
2014-08-20 18:00     ` 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=2048451.TcpJ3DtSY9@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=vshrirama@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;
as well as URLs for NNTP newsgroup(s).