Skip to content
Snippets Groups Projects
  1. Sep 15, 2014
    • fryshorts's avatar
      Use helper function to set format in v4l2 input. · 6c8216c6
      fryshorts authored
      Since the helper function also needs to pack/unpack the resolution, the
      pack/unpack functions were moved to the helper library and prefixed with
      v4l2_ in order to avoid possible collisions.
      6c8216c6
    • fryshorts's avatar
      8d95a7fb
    • fryshorts's avatar
      Do not explicitly set a default device in v4l2 input. · 0abf0f57
      fryshorts authored
      This was added at a time where the source properties dialog did not
      pop up automatically on source creation. Now when the properties are
      displayed the first device in the select input will be selected by
      default if there was none already specified by the source settings.
      
      This will make the code cleaner and also save one redundant round of
      device enumeration.
      0abf0f57
    • fryshorts's avatar
      Fix device capability checking in v4l2 input. · 841f02be
      fryshorts authored
      The capabilities flags that were used previously describe all
      capabilities the physical device offers. This would cause devices
      that are accessible through multiple device nodes to show up with
      all device nodes while only one of the nodes might actually offer
      the needed video capture capability.
      
      If the device has more nodes the CAP_DEVICES_CAP flag might be set
      in which case the device_caps field is filled with the capabilities
      that only apply to that specific node that is opened.
      841f02be
  2. Sep 14, 2014
  3. Sep 12, 2014
  4. Sep 06, 2014
  5. Sep 04, 2014
  6. Sep 03, 2014
  7. Sep 02, 2014
  8. Sep 01, 2014
  9. Aug 30, 2014
Loading