[Bug 649849] New: v4l2src Missing Some Controls

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 9 21:33:11 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=649849
  GStreamer | gst-plugins-good | 0.10.28

           Summary: v4l2src Missing Some Controls
    Classification: Platform
           Product: GStreamer
           Version: 0.10.28
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sig at netdot.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The v4l2src element probes the device to decide which controls to expose via
it's GstColorBalance interface. There are a lot of V4L2 parameters that would
be nice to control via GStreamer that we do not expose. Adding them to the
switch statement in gst_v4l2_fill_lists() in sys/v4l2/v4l2_calls.c would expose
them to GStreamer and make the underlying V4L2 control parameters useful. Good
ones to add include:

V4L2_CID_EXPOSURE_AUTO
V4L2_CID_EXPOSURE_ABSOLUTE
V4L2_CID_EXPOSURE_AUTO_PRIORITY
V4L2_CID_FOCUS_ABSOLUTE
V4L2_CID_FOCUS_RELATIVE
V4L2_CID_FOCUS_AUTO
V4L2_CID_ZOOM_ABSOLUTE
V4L2_CID_ZOOM_RELATIVE
V4L2_CID_ZOOM_CONTINUOUS

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list