public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Comments on V4L controls
@ 2009-02-12 22:44 gilles
  2009-02-18 14:51 ` Laurent Pinchart
  0 siblings, 1 reply; 3+ messages in thread
From: gilles @ 2009-02-12 22:44 UTC (permalink / raw)
  To: linux-media

Hi everyone,
Sorry for double posting, but I originally sent this to the old mailing
list. Here it is:

I have a couple of comments / suggestions regarding the part on controls of
the V4L2 api:
Some controls, such as pan relative and tilt relative are write-only, and
reading their value makes little sense. Yet, there is no way of knowing
about this, but to try and read a value and be greeted with EINVAL or
similar. There is already a read-only flag (V4L2_CTRL_FLAG_READ_ONLY) in
struct v4l2_query. Does it make sense to add another one for write-only
controls ?
The extended controls Pan / Tilt  reset are defined in the API as boolean
controls. Shouldnt these be defined as buttons instead, as they dont really
hold a state (enabled/disabled) ?
Comments are welcome.
Cheers,
Gilles


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

end of thread, other threads:[~2009-02-20  6:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12 22:44 Comments on V4L controls gilles
2009-02-18 14:51 ` Laurent Pinchart
2009-02-20  6: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