Lines Matching full:capabilities
13 VIDIOC_QUERYCAP - Query device capabilities
36 information about driver and hardware capabilities. The ioctl takes a
105 - ``capabilities``
106 - Available capabilities of the physical device as a whole, see
107 :ref:`device-capabilities`. The same physical device can export
109 /dev/radioZ). The ``capabilities`` field should contain a union of
110 all capabilities available around the several V4L2 devices
111 exported to userspace. For all those devices the ``capabilities``
112 field returns the same set of capabilities. This allows
118 - Device capabilities of the opened device, see
119 :ref:`device-capabilities`. Should contain the available
120 capabilities of that specific device node. So, for example,
122 capabilities and no video or vbi capabilities. This field is only
123 set if the ``capabilities`` field contains the
124 ``V4L2_CAP_DEVICE_CAPS`` capability. Only the ``capabilities``
135 .. _device-capabilities:
139 .. flat-table:: Device Capabilities Flags
266 only appear in the ``capabilities`` field and never in the
279 type of overlay is implied by the driver capabilities.