public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* V4L2 and Media controller mini-summit in Helsinki 14.--16. June
@ 2010-04-05 19:36 Sakari Ailus
  2010-04-09  6:58 ` Hans Verkuil
  2010-04-22 14:17 ` V4L2 and Media controller mini-summit in Helsinki 14.--16. June --- PLEASE REGISTER! Sakari Ailus
  0 siblings, 2 replies; 6+ messages in thread
From: Sakari Ailus @ 2010-04-05 19:36 UTC (permalink / raw)
  To: Hans Verkuil, Laurent Pinchart, David Cohen,
	Koskipaa Antti (Nokia-D/Helsinki),
	'vimarsh.zutshi@nokia.com', Pawel Osciak,
	Marek Szyprowski, linux-media@vger.kernel.org,
	Aguirre Rodriguez, Sergio Alberto, Hans de Goede,
	Hiremath, Vaibhav, Karicheri, Muralidharan, Guennadi Liakhovetski,
	Mauro Carvalho Chehab, Zhang, Xiaolin, Guru Raj

Hello everyone,

I'm glad to announce Nokia will be hosting a V4L2 and Media controller
mini-summit in Helsinki, Finland from 14th to 16th June --- that's from
Monday to Wednesday. The event replaces the V4L2 Media Controller
mini-summit in Oslo in April / May proposed by Hans Verkuil. Just the
location is different; Hans is still responsible for the technical content.

Hans' original posting is available here:

<URL:http://www.mail-archive.com/linux-media@vger.kernel.org/msg15526.html>

The participation to the event is free of charge and open for anyone.
However, we do have a limited number of seats but I'm very trustful
everyone will be able to fit in. I'd like to ask the participants to
sign up by sending me mail telling they want to participate.

Best regards,

-- 
Sakari Ailus
sakari.ailus@maxwell.research.nokia.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: V4L2 and Media controller mini-summit in Helsinki 14.--16. June
  2010-04-05 19:36 V4L2 and Media controller mini-summit in Helsinki 14.--16. June Sakari Ailus
@ 2010-04-09  6:58 ` Hans Verkuil
  2010-04-09  9:00   ` Hans de Goede
  2010-04-22 14:17 ` V4L2 and Media controller mini-summit in Helsinki 14.--16. June --- PLEASE REGISTER! Sakari Ailus
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Verkuil @ 2010-04-09  6:58 UTC (permalink / raw)
  To: Sakari Ailus
  Cc: Laurent Pinchart, David Cohen, Koskipaa Antti (Nokia-D/Helsinki),
	'vimarsh.zutshi@nokia.com', Pawel Osciak,
	Marek Szyprowski, linux-media@vger.kernel.org,
	Aguirre Rodriguez, Sergio Alberto, Hans de Goede,
	Hiremath, Vaibhav, Karicheri, Muralidharan, Guennadi Liakhovetski,
	Mauro Carvalho Chehab, Zhang, Xiaolin, Guru Raj

On Monday 05 April 2010 21:36:35 Sakari Ailus wrote:
> Hello everyone,
> 
> I'm glad to announce Nokia will be hosting a V4L2 and Media controller
> mini-summit in Helsinki, Finland from 14th to 16th June --- that's from
> Monday to Wednesday. The event replaces the V4L2 Media Controller
> mini-summit in Oslo in April / May proposed by Hans Verkuil. Just the
> location is different; Hans is still responsible for the technical content.

Then I'd better start on that technical content :-)

Here is a short overview of the topics I want to put on the agenda (in no
particular order):

- Media controller progress. Especially with regards to the roadmap of getting
  this merged.

- Memory handling. See this link for a report on a preliminary meeting:
  http://www.mail-archive.com/linux-media@vger.kernel.org/msg16618.html
  It would be nice if we can spend some more time on the memory pool
  concept.

- V4L1 removal. We need to decide how we are going to do this. In particular
  the role that libv4l1 can play in this is of interest. Also: which
  unmaintained applications should we 'adopt' and convert from V4L1 to V4L2.

- Work on the V4L core framework: what is in place, what still needs to be
  done, what other parts can be moved to the core.

- Compliance tests. I'd like to start discussing this as well. I think we
  have to start work on a tool that will do basic compliance testing of new
  (and existing) drivers. The API is so big that it is way too easy to forget
  things. My guess is that at least 80% of all drivers violate the spec in
  one way or another. Relates as well to the framework topic: if we can move
  more into the core, then it is much easier to enforce spec compliance.

- Anything else someone wants to discuss?

Regards,

	Hans

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: V4L2 and Media controller mini-summit in Helsinki 14.--16. June
  2010-04-09  6:58 ` Hans Verkuil
@ 2010-04-09  9:00   ` Hans de Goede
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Goede @ 2010-04-09  9:00 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: Sakari Ailus, Laurent Pinchart, David Cohen,
	Koskipaa Antti (Nokia-D/Helsinki),
	'vimarsh.zutshi@nokia.com', Pawel Osciak,
	Marek Szyprowski, linux-media@vger.kernel.org,
	Aguirre Rodriguez, Sergio Alberto, Hiremath, Vaibhav,
	Karicheri, Muralidharan, Guennadi Liakhovetski,
	Mauro Carvalho Chehab, Zhang, Xiaolin, Guru Raj

Hi,

On 04/09/2010 08:58 AM, Hans Verkuil wrote:
> On Monday 05 April 2010 21:36:35 Sakari Ailus wrote:
>> Hello everyone,
>>
>> I'm glad to announce Nokia will be hosting a V4L2 and Media controller
>> mini-summit in Helsinki, Finland from 14th to 16th June --- that's from
>> Monday to Wednesday. The event replaces the V4L2 Media Controller
>> mini-summit in Oslo in April / May proposed by Hans Verkuil. Just the
>> location is different; Hans is still responsible for the technical content.
>
> Then I'd better start on that technical content :-)
>
> Here is a short overview of the topics I want to put on the agenda (in no
> particular order):
>
> - Media controller progress. Especially with regards to the roadmap of getting
>    this merged.
>
> - Memory handling. See this link for a report on a preliminary meeting:
>    http://www.mail-archive.com/linux-media@vger.kernel.org/msg16618.html
>    It would be nice if we can spend some more time on the memory pool
>    concept.
>
> - V4L1 removal. We need to decide how we are going to do this. In particular
>    the role that libv4l1 can play in this is of interest.

Let me chime in here by mail, as I assume I won't be able to attend (see below),
libv4l1 can completely replace the in kernel compatibility layer. Moreover it
cannot only completely replace it, it can even do a better job then the
in kernel compat layer. Actually in many cases libv4l1 is already needed for
v4l1 apps to work with v4l2 drivers:
1) Many v4l2 drivers don't implement VIDIOCGMBUF, which in the kernel compat
    implementation is something which needs to be handled at the driver level
    and thus separately for each driver. Since this is a rather important ioctl
    this means in practice that v4l1 apps won't work with these drivers using
    the kernel compat ioctl support. libv4l1 emulates VIDIOCGMBUF without needing
    any special driver support (it can even emulate it on drivers which only
    support read()). One well known example of a driver missing VIDIOCGMBUF
    support is uvcvideo.

2) Many video devices produce video formats v4l1 apps don't grok (and there aren't
    even VIDEO_PALETTE_FOO defines for them). libv4l1 will use libv4l2 + libv4lconvert
    to let the app see well known formats.

So I definitely believe that libv4l1 can meet all v4l1 compat needs, and even do a
better job then the in kernel code. But ...

libv4l1 atm is not ready to fully replace the kernel compat ioctl stuff, as it relies
on it in some cases. This is fixable, and fixing it isn't hard, but this needs someone
to work on it. Patches welcome :)


> - Work on the V4L core framework: what is in place, what still needs to be
>    done, what other parts can be moved to the core.
>
> - Compliance tests. I'd like to start discussing this as well. I think we
>    have to start work on a tool that will do basic compliance testing of new
>    (and existing) drivers. The API is so big that it is way too easy to forget
>    things. My guess is that at least 80% of all drivers violate the spec in
>    one way or another. Relates as well to the framework topic: if we can move
>    more into the core, then it is much easier to enforce spec compliance.
>
> - Anything else someone wants to discuss?

I know that there are various people who would like to use libv4l's video processing
to work together with video processing abilities of various SOC's (Nokia and Intel come
to mind here). So that the controlling of those video processing abilities (lens correction,
whitebalance, etc, etc.) can be done with libv4l processing plugins rather then with
solutions using custom ioctl's and daemons as is done now.

I plan to write a RFC with a new libv4l plugin API for this in time for it to be discussed
at the summit.

It certainly would be nice if I could be present at the summit to discuss this in person,
but -ENOBUDGET. If any of the companies interested in this work would be willing to
sponsor my travel to the summit that would be great!

Regards,

Hans

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: V4L2 and Media controller mini-summit in Helsinki 14.--16. June --- PLEASE REGISTER!
  2010-04-05 19:36 V4L2 and Media controller mini-summit in Helsinki 14.--16. June Sakari Ailus
  2010-04-09  6:58 ` Hans Verkuil
@ 2010-04-22 14:17 ` Sakari Ailus
  2010-04-23  4:58   ` Hiremath, Vaibhav
  2010-05-09  7:56   ` Hans Verkuil
  1 sibling, 2 replies; 6+ messages in thread
From: Sakari Ailus @ 2010-04-22 14:17 UTC (permalink / raw)
  To: Hans Verkuil, Laurent Pinchart, David Cohen,
	Koskipaa Antti (Nokia-D/Helsinki),
	'vimarsh.zutshi@nokia.com', Pawel Osciak,
	Marek Szyprowski, linux-media@vger.kernel.org,
	Aguirre Rodriguez, Sergio Alberto, Hans de Goede,
	Hiremath, Vaibhav, Karicheri, Muralidharan, Guennadi Liakhovetski,
	Mauro Carvalho Chehab, Zhang, Xiaolin, Penda, Naveen Kumar

Hello all,

Sakari Ailus wrote:
> Hello everyone,
> 
> I'm glad to announce Nokia will be hosting a V4L2 and Media controller
> mini-summit in Helsinki, Finland from 14th to 16th June --- that's from
> Monday to Wednesday. The event replaces the V4L2 Media Controller
> mini-summit in Oslo in April / May proposed by Hans Verkuil. Just the
> location is different; Hans is still responsible for the technical content.

And many thanks to Hans for doing this! Without him, this mini-summit
would not be possible.

> Hans' original posting is available here:
> 
> <URL:http://www.mail-archive.com/linux-media@vger.kernel.org/msg15526.html>
> 
> The participation to the event is free of charge and open for anyone.
> However, we do have a limited number of seats but I'm very trustful
> everyone will be able to fit in. I'd like to ask the participants to
> sign up by sending me mail telling they want to participate.

A few things related to practical arrangements.

There seems to be a largish conference in Helsinki just at the time
we're having our V4L2 mini-summit and this is the reason it is quite
difficult to book hotel rooms here. We have a quota reservation for the
V4L2 mini-summit between 2010-06-12 -- 2010-06-18 which expires
2010-05-12 (just a bit over two weeks!). After this it may be very
difficult to find rooms, depending on the activity of a certain volcano
in Iceland, though.

Even if you are not absolutely certain of your participation, please
inform me you're interested and I'll send you the hotel reservation
information. Cancelling the reservation without extra fee is possible
(and not difficult at all).

Please also tell if you're happy with being publicly (in this list that
is) listed as a participant to the meeting or not. Otherwise the
assumption is "yes". :)

Sincerely,

-- 
Sakari Ailus
sakari.ailus@maxwell.research.nokia.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: V4L2 and Media controller mini-summit in Helsinki 14.--16. June --- PLEASE REGISTER!
  2010-04-22 14:17 ` V4L2 and Media controller mini-summit in Helsinki 14.--16. June --- PLEASE REGISTER! Sakari Ailus
@ 2010-04-23  4:58   ` Hiremath, Vaibhav
  2010-05-09  7:56   ` Hans Verkuil
  1 sibling, 0 replies; 6+ messages in thread
From: Hiremath, Vaibhav @ 2010-04-23  4:58 UTC (permalink / raw)
  To: Sakari Ailus, Hans Verkuil, Laurent Pinchart, David Cohen,
	Koskipaa Antti (Nokia-D/Helsinki),
	'vimarsh.zutshi@nokia.com', Pawel Osciak,
	Marek Szyprowski, linux-media@vger.kernel.org, Aguirre, Sergio,
	Hans de Goede, Karicheri, Muralidharan, Guennadi Liakhovetski,
	Mauro Carvalho Chehab, Zhang, Xiaolin, Penda, Naveen Kumar

> -----Original Message-----
> From: Sakari Ailus [mailto:sakari.ailus@nokia.com]
> Sent: Thursday, April 22, 2010 7:48 PM
> To: Hans Verkuil; Laurent Pinchart; David Cohen; Koskipaa Antti (Nokia-
> D/Helsinki); 'vimarsh.zutshi@nokia.com'; Pawel Osciak; Marek Szyprowski;
> linux-media@vger.kernel.org; Aguirre, Sergio; Hans de Goede; Hiremath,
> Vaibhav; Karicheri, Muralidharan; Guennadi Liakhovetski; Mauro Carvalho
> Chehab; Zhang, Xiaolin; Penda, Naveen Kumar
> Subject: Re: V4L2 and Media controller mini-summit in Helsinki 14.--16. June
> --- PLEASE REGISTER!
> 
> Hello all,
> 
> Sakari Ailus wrote:
> > Hello everyone,
> >
> > I'm glad to announce Nokia will be hosting a V4L2 and Media controller
> > mini-summit in Helsinki, Finland from 14th to 16th June --- that's from
> > Monday to Wednesday. The event replaces the V4L2 Media Controller
> > mini-summit in Oslo in April / May proposed by Hans Verkuil. Just the
> > location is different; Hans is still responsible for the technical
> content.
> 
> And many thanks to Hans for doing this! Without him, this mini-summit
> would not be possible.
> 
> > Hans' original posting is available here:
> >
> > <URL:http://www.mail-archive.com/linux-
> media@vger.kernel.org/msg15526.html>
> >
> > The participation to the event is free of charge and open for anyone.
> > However, we do have a limited number of seats but I'm very trustful
> > everyone will be able to fit in. I'd like to ask the participants to
> > sign up by sending me mail telling they want to participate.
> 
> A few things related to practical arrangements.
> 
> There seems to be a largish conference in Helsinki just at the time
> we're having our V4L2 mini-summit and this is the reason it is quite
> difficult to book hotel rooms here. We have a quota reservation for the
> V4L2 mini-summit between 2010-06-12 -- 2010-06-18 which expires
> 2010-05-12 (just a bit over two weeks!). After this it may be very
> difficult to find rooms, depending on the activity of a certain volcano
> in Iceland, though.
> 
> Even if you are not absolutely certain of your participation, please
> inform me you're interested and I'll send you the hotel reservation
> information. Cancelling the reservation without extra fee is possible
> (and not difficult at all).
[Hiremath, Vaibhav] Sakari,

I am working on all logistics for attending this mini-summit, and if everything goes as planned I will be attending this mini-summit.

Thanks,
Vaibhav

> 
> Please also tell if you're happy with being publicly (in this list that
> is) listed as a participant to the meeting or not. Otherwise the
> assumption is "yes". :)
> 
> Sincerely,
> 
> --
> Sakari Ailus
> sakari.ailus@maxwell.research.nokia.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: V4L2 and Media controller mini-summit in Helsinki 14.--16. June --- PLEASE REGISTER!
  2010-04-22 14:17 ` V4L2 and Media controller mini-summit in Helsinki 14.--16. June --- PLEASE REGISTER! Sakari Ailus
  2010-04-23  4:58   ` Hiremath, Vaibhav
@ 2010-05-09  7:56   ` Hans Verkuil
  1 sibling, 0 replies; 6+ messages in thread
From: Hans Verkuil @ 2010-05-09  7:56 UTC (permalink / raw)
  To: Sakari Ailus
  Cc: Laurent Pinchart, David Cohen, Koskipaa Antti (Nokia-D/Helsinki),
	'vimarsh.zutshi@nokia.com', Pawel Osciak,
	Marek Szyprowski, linux-media@vger.kernel.org,
	Aguirre Rodriguez, Sergio Alberto, Hans de Goede,
	Hiremath, Vaibhav, Karicheri, Muralidharan, Guennadi Liakhovetski,
	Mauro Carvalho Chehab, Zhang, Xiaolin, Penda, Naveen Kumar,
	Zhong, Jeff

Hi all!

On Thursday 22 April 2010 16:17:50 Sakari Ailus wrote:
> Hello all,
> 
> Sakari Ailus wrote:
> > Hello everyone,
> > 
> > I'm glad to announce Nokia will be hosting a V4L2 and Media controller
> > mini-summit in Helsinki, Finland from 14th to 16th June --- that's from
> > Monday to Wednesday. The event replaces the V4L2 Media Controller
> > mini-summit in Oslo in April / May proposed by Hans Verkuil. Just the
> > location is different; Hans is still responsible for the technical content.
> 
> And many thanks to Hans for doing this! Without him, this mini-summit
> would not be possible.
> 
> > Hans' original posting is available here:
> > 
> > <URL:http://www.mail-archive.com/linux-media@vger.kernel.org/msg15526.html>
> > 
> > The participation to the event is free of charge and open for anyone.
> > However, we do have a limited number of seats but I'm very trustful
> > everyone will be able to fit in. I'd like to ask the participants to
> > sign up by sending me mail telling they want to participate.
> 
> A few things related to practical arrangements.
> 
> There seems to be a largish conference in Helsinki just at the time
> we're having our V4L2 mini-summit and this is the reason it is quite
> difficult to book hotel rooms here. We have a quota reservation for the
> V4L2 mini-summit between 2010-06-12 -- 2010-06-18 which expires
> 2010-05-12 (just a bit over two weeks!). After this it may be very
> difficult to find rooms, depending on the activity of a certain volcano
> in Iceland, though.
> 
> Even if you are not absolutely certain of your participation, please
> inform me you're interested and I'll send you the hotel reservation
> information. Cancelling the reservation without extra fee is possible
> (and not difficult at all).

Just a reminder to everyone: the quota reservation for the hotel is about
to expire on Wednesday. So if you haven't made a reservation yet, then please
do so asap!

Regards,

	Hans

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-09  7:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-05 19:36 V4L2 and Media controller mini-summit in Helsinki 14.--16. June Sakari Ailus
2010-04-09  6:58 ` Hans Verkuil
2010-04-09  9:00   ` Hans de Goede
2010-04-22 14:17 ` V4L2 and Media controller mini-summit in Helsinki 14.--16. June --- PLEASE REGISTER! Sakari Ailus
2010-04-23  4:58   ` Hiremath, Vaibhav
2010-05-09  7:56   ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox