linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tomasz Figa <tfiga@chromium.org>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: "Linux Media Mailing List" <linux-media@vger.kernel.org>,
	"Alexandre Courbot" <acourbot@chromium.org>,
	"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
	"Jacopo Mondi" <jacopo+renesas@jmondi.org>,
	"Ezequiel Garcia" <ezequiel@collabora.com>,
	"Eugen Hristev" <Eugen.Hristev@microchip.com>,
	"Paul Kocialkowski" <paul.kocialkowski@bootlin.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Stanimir Varbanov" <svarbanov@mm-sol.com>,
	"Philipp Zabel" <p.zabel@pengutronix.de>,
	"Dafna Hirschfeld" <dafna.hirschfeld@collabora.com>,
	"Jernej Škrabec" <jernej.skrabec@siol.net>,
	"Jonas Karlman" <jonas@kwiboo.se>
Subject: Re: [ANN] Topics for a media summit in Lyon in October
Date: Tue, 3 Sep 2019 17:02:38 +0900	[thread overview]
Message-ID: <CAAFQd5D8EwbpABVp+qauS6TrVOiwOhmhtGhF22KNoGerc=ue9A@mail.gmail.com> (raw)
In-Reply-To: <e4421a68-e68f-e4b8-8e1d-82ace47ba632@xs4all.nl>

On Tue, Sep 3, 2019 at 4:21 PM Hans Verkuil <hverkuil@xs4all.nl> wrote:
>
> Hi all,
>
> I've decided to hold the meeting during the ELCE and not on Thursday.
> Two key people can't be there on Thursday and some travel back Thursday
> evening and so would have to leave early.
>
> Looking at the schedule I propose instead to have one meeting on
> Tuesday morning concentrating on finalizing the codec support.
>
> On Wednesday we have a second meeting for libcamera (morning) and looking
> at future V4L2 developments such as v4l2_ext_buffer/format, Request API and
> complex camera pipelines (afternoon).
>
> Laurent, it would make sense if you or one of the other libcamera devs is
> 'chairing' the libcamera meeting. Do you agree? If so, can you prepare an
> agenda for that meeting?
>
> I plan on leaving Thursday afternoon, so we have the option to continue the
> talks around that last topic on Thursday morning.
>
> I have no idea where we will hold these meetings since I've no idea
> what the conference center looks like and if they have suitable places
> for doing something like this. So I'll look around on the Monday and
> mail the details of where to meet then.
>
> Confirmed attendees:
>
> Boris Brezillon <boris.brezillon@collabora.com>
> Alexandre Courbot <acourbot@chromium.org>
> Nicolas Dufresne <nicolas@ndufresne.ca>
> Tomasz Figa <tfiga@chromium.org>
> Ezequiel Garcia <ezequiel@collabora.com>
> Eugen Hristev <Eugen.Hristev@microchip.com>
> Paul Kocialkowski <paul.kocialkowski@bootlin.com>
> Helen Koike <helen.koike@collabora.com>
> Jacopo Mondi <jacopo@jmondi.org>
> Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Hans Verkuil <hverkuil@xs4all.nl>
>
> If you are not on this list, but want to join, please let me know.
>
> Since this is really three half-day meetings, each with a different
> topic, please let me know which of those half-day meetings you want
> to attend.

Thanks Hans! I should be there on all the 3 meetings.

>
> Regards,
>
>         Hans
>
> On 8/28/19 12:55 PM, Hans Verkuil wrote:
> > On 8/16/19 10:06 AM, Hans Verkuil wrote:
> >> Rather then discussing topics for a meeting under the subject 'Lisbon'
> >> let's start a new thread referring to the right place :-)
> >>
> >> I will try to organize a room, either during the ELCE or (if that doesn't
> >> work) perhaps on the Thursday afterwards. If that's going to be a problem
> >> for someone, please let me know.
> >
> > I can only get a room for Thursday afternoon (2pm-6pm). I'm inclined to take
> > that room, but if a lot of people who want to come, will already have left
> > on the Thursday, then there is no point in me reserving this room.
> >
> > So if you are unable to attend on Thursday, then please let me know asap!
> >
> > If Thursday is no problem, then I wanted to have more informal meetings
> > somewhere in the conference center during the morning, and after lunch
> > use the room.
> >
> > If Thursday is a no-go, then we will just have to find a place inside
> > the conference center during the ELCE.
> >
> > Regards,
> >
> >       Hans
> >
> >>
> >> I do need to know how many people I can expect. I have the following
> >> confirmed attendees (and please reply if you are not listed!):
> >>
> >> Alexandre Courbot <acourbot@chromium.org>
> >> Tomasz Figa <tfiga@chromium.org>
> >> Jacopo Mondi <jacopo@jmondi.org>
> >> Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> >> Hans Verkuil <hverkuil@xs4all.nl>
> >>
> >> I know there were more who mentioned on irc that they would attend,
> >> but it is easier to keep track if I have it in an email.
> >>
> >> Topics posted under the previous thread:
> >>
> >> Tomasz:
> >>
> >> I would want to discuss various v4l2_buffer improvements, e.g.
> >> - DMA-buf import with plane offsets,
> >> - unifying the buffer structs for M and non-M formats,
> >> - ability to import different FDs with offsets for non-M formats if the
> >> layout matches driver expectations, etc.
> >>
> >> Besides that, I would be interested in the general idea on handling
> >> complex cameras in the Linux kernel in spite of the remaining V4L2
> >> limitations, e.g.
> >> - combinatorial explosion of /dev/video nodes,
> >> - significant ioctl overhead,
> >> - huge amount of historical legacy making the driver and userspace
> >> implementations overly difficult and prone to repetitive mistakes,
> >> - the above also limiting the flexibility of the API - formats, frame
> >> rates, etc. set using distinct APIs, not covered by Request API, with
> >> non-failure "negotiation hell", etc.
> >> - lack of fences, etc.
> >>
> >> Jacopo:
> >>
> >> Apart from discussing libcamera and hope we could kickstart a review of
> >> its API, I would like to re-start discussing multiplexed stream support,
> >> but that would require Sakari to be there, something I'm not certain
> >> about. Sakari?
> >>
> >> Alexandre:
> >>
> >> If Collabora/Bootlin is there, I'd certainly want to discuss stateless
> >> codecs, in particular m2m codec helpers and finalize the specification
> >> in general.
> >>
> >> Regards,
> >>
> >>      Hans
> >>
> >
>

  parent reply	other threads:[~2019-09-03  8:02 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-16  8:06 [ANN] Topics for a media summit in Lyon in October Hans Verkuil
2019-08-16  8:10 ` Hans Verkuil
2019-08-16  8:22   ` Tomasz Figa
2019-08-16  8:31     ` Hans Verkuil
2019-08-16  9:37 ` Mauro Carvalho Chehab
2019-08-19  7:44 ` Hans Verkuil
2019-08-19 14:43   ` Ezequiel Garcia
2019-08-19 15:04     ` Laurent Pinchart
2019-08-19 15:24       ` Eugen.Hristev
2019-08-19 15:51         ` Laurent Pinchart
2019-08-28 10:55 ` Hans Verkuil
2019-08-29  0:56   ` Nicolas Dufresne
2019-08-30  7:53   ` Tomasz Figa
2019-09-03  7:21   ` Hans Verkuil
2019-09-03  7:46     ` Alexandre Courbot
2019-09-03  8:02     ` Tomasz Figa [this message]
2019-09-03  9:15     ` Niklas Söderlund
2019-09-03  9:35     ` Laurent Pinchart
2019-09-03 10:03       ` Hans Verkuil
2019-09-12  7:28     ` Michael Tretter
2019-09-13 11:27     ` Hans Verkuil
2019-09-13 12:24       ` Daniel Gomez
2019-09-16  8:40 ` Jose Abreu
2019-09-16  8:48   ` Hans Verkuil
2019-09-16  9:54     ` Laurent Pinchart
2019-09-16 10:39       ` Angelo Ribeiro
2019-09-16 10:51         ` Laurent Pinchart
2019-09-16 12:51           ` Angelo Ribeiro

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='CAAFQd5D8EwbpABVp+qauS6TrVOiwOhmhtGhF22KNoGerc=ue9A@mail.gmail.com' \
    --to=tfiga@chromium.org \
    --cc=Eugen.Hristev@microchip.com \
    --cc=acourbot@chromium.org \
    --cc=dafna.hirschfeld@collabora.com \
    --cc=ezequiel@collabora.com \
    --cc=hverkuil@xs4all.nl \
    --cc=jacopo+renesas@jmondi.org \
    --cc=jernej.skrabec@siol.net \
    --cc=jonas@kwiboo.se \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mripard@kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=paul.kocialkowski@bootlin.com \
    --cc=svarbanov@mm-sol.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).