public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* qv4l2 and media controller support
@ 2014-01-22 22:55 Laurent Pinchart
  2014-01-22 23:13 ` Hans Verkuil
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2014-01-22 22:55 UTC (permalink / raw)
  To: Hans Verkuil, Detlev Casanova; +Cc: linux-media, hyun.kwon

Hi Hans and Detlev,

While reviewed driver code that models the hardware using the media 
controller, I noticed a patch that enabled subdev controls inheritance for the 
video nodes. While this is useful for fixed devices, the complexity, 
genericity and flexibility of the hardware at hand makes this undesirable, 
given that we can't guarantee that a control won't be instantiated more than 
once in the pipeline.

I've thus asked what triggered the need for controls inheritance, and found 
out that the developers wanted to use qv4l2 as a demo application 
(congratulations to Hans for such a useful application :-)). As qv4l2 doesn't 
support subdevices, accessing controls required inheriting them on video 
nodes.

There's an existing GUI test application for media controller-based devices 
called mci (https://gitorious.org/mci) but it hasn't been maintained for quite 
some time, and isn't as feature-complete as qv4l2. I was thus wondering 
whether it would make sense to add explicit media controller support to qv4l2, 
or whether the two applications should remain separate (in the later case some 
code could probably still be shared).

Any opinion and/or desire to work on this ?

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2014-01-25  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-22 22:55 qv4l2 and media controller support Laurent Pinchart
2014-01-22 23:13 ` Hans Verkuil
2014-01-24 13:08   ` Laurent Pinchart
2014-01-25  8:45     ` Hans Verkuil

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