.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later .. include:: ../../../../disclaimer-vi.rst :Original: Documentation/userspace-api/media/v4l/vidioc-queryctrl.rst :Translator: Google Translate (machine translation) :Upstream-at: 8541d8f725c6 .. warning:: Tài liệu này được dịch tự động bằng máy và chưa được review bởi người dịch. Nội dung có thể không chính xác hoặc khó hiểu ở một số chỗ. Khi có sự khác biệt với bản gốc, bản gốc luôn là chuẩn. Bản dịch chất lượng cao (được review) được đặt trong thư mục vi_VN/. .. c:namespace:: V4L .. _VIDIOC_QUERYCTRL: ********************************************************************** ioctls VIDIOC_QUERYCTRL, VIDIOC_QUERY_EXT_CTRL và VIDIOC_QUERYMENU ********************************************************************** Tên ==== VIDIOC_QUERYCTRL - VIDIOC_QUERY_EXT_CTRL - VIDIOC_QUERYMENU - Liệt kê các điều khiển và các mục điều khiển menu Tóm tắt ======== .. c:macro:: VIDIOC_QUERY_CTRL ZZ0000ZZ .. c:macro:: VIDIOC_QUERY_EXT_CTRL ZZ0000ZZ .. c:macro:: VIDIOC_QUERYMENU ZZ0000ZZ Đối số ========= ZZ0001ZZ Bộ mô tả tệp được trả về bởi ZZ0000ZZ. ZZ0003ZZ Con trỏ tới cấu trúc ZZ0000ZZ, ZZ0001ZZ hoặc ZZ0002ZZ (tùy thuộc vào ioctl). Sự miêu tả =========== Để truy vấn các thuộc tính của ứng dụng điều khiển, hãy đặt trường ZZ0001ZZ của cấu trúc ZZ0000ZZ và gọi ZZ0002ZZ ioctl với một con trỏ tới cấu trúc này. Người lái xe lấp đầy phần còn lại của cấu trúc hoặc trả về mã lỗi ZZ0003ZZ khi ZZ0004ZZ không hợp lệ. Có thể liệt kê các điều khiển bằng cách gọi ZZ0000ZZ với các giá trị ZZ0001ZZ liên tiếp bắt đầu từ ZZ0002ZZ cho đến và ZZ0003ZZ độc quyền. Trình điều khiển có thể trả về ZZ0004ZZ nếu có điều khiển trong phạm vi này không được hỗ trợ. Các ứng dụng khác có thể liệt kê riêng tư các điều khiển không được xác định trong thông số kỹ thuật này bằng cách bắt đầu từ ZZ0005ZZ và tăng dần ZZ0006ZZ cho đến khi có driver trả về ZZ0007ZZ. Trong cả hai trường hợp, khi trình điều khiển đặt cờ ZZ0000ZZ trong trường ZZ0001ZZ, điều khiển này bị vô hiệu hóa vĩnh viễn và sẽ bị ứng dụng bỏ qua. [#f1]_ Khi ứng dụng HOẶC ZZ0000ZZ với ZZ0001ZZ, trình điều khiển trả về điều khiển không kết hợp được hỗ trợ tiếp theo hoặc ZZ0002ZZ nếu không có. Ngoài ra, cờ ZZ0003ZZ có thể được chỉ định để liệt kê tất cả các điều khiển phức hợp (tức là các điều khiển có nói cách khác là loại ≥ ZZ0004ZZ và/hoặc điều khiển mảng điều khiển có chứa nhiều hơn một giá trị). Chỉ định cả hai ZZ0005ZZ và ZZ0006ZZ trong để liệt kê tất cả các điều khiển, phức tạp hay không. Trình điều khiển không hỗ trợ những lá cờ này nhưng luôn trả về ZZ0007ZZ. ZZ0001ZZ ioctl được giới thiệu để cải thiện hỗ trợ các điều khiển có thể sử dụng các loại kết hợp và để hiển thị các điều khiển bổ sung thông tin kiểm soát không thể được trả về trong struct ZZ0000ZZ vì cấu trúc đó đã đầy. ZZ0000ZZ được sử dụng theo cách tương tự như ZZ0001ZZ, ngoại trừ mảng ZZ0002ZZ phải bằng 0 cũng vậy. Thông tin bổ sung cần thiết cho việc điều khiển menu: tên của các mục thực đơn. Để truy vấn các ứng dụng này, hãy đặt ZZ0002ZZ và ZZ0003ZZ các trường của cấu trúc ZZ0000ZZ và gọi ZZ0004ZZ ioctl với một con trỏ tới cấu trúc này. Người lái xe lấp đầy phần còn lại của cấu trúc hoặc trả về mã lỗi ZZ0005ZZ khi ZZ0006ZZ hoặc ZZ0007ZZ không hợp lệ. Các mục menu được liệt kê bằng cách gọi ZZ0008ZZ với các giá trị ZZ0009ZZ liên tiếp từ cấu trúc ZZ0001ZZ ZZ0010ZZ đến ZZ0011ZZ, bao gồm. .. note:: It is possible for ``VIDIOC_QUERYMENU`` to return an ``EINVAL`` error code for some indices between ``minimum`` and ``maximum``. In that case that particular menu item is not supported by this driver. Also note that the ``minimum`` value is not necessarily 0. Xem thêm các ví dụ trong ZZ0000ZZ. .. tabularcolumns:: |p{1.2cm}|p{3.6cm}|p{12.5cm}| .. _v4l2-queryctrl: .. c:struct:: v4l2_queryctrl .. cssclass:: longtable .. flat-table:: struct v4l2_queryctrl :header-rows: 0 :stub-columns: 0 :widths: 1 1 2 * - __u32 - ``id`` - Identifies the control, set by the application. See :ref:`control-id` for predefined IDs. When the ID is ORed with V4L2_CTRL_FLAG_NEXT_CTRL the driver clears the flag and returns the first control with a higher ID. Drivers which do not support this flag yet always return an ``EINVAL`` error code. * - __u32 - ``type`` - Type of control, see :c:type:`v4l2_ctrl_type`. * - __u8 - ``name``\ [32] - Name of the control, a NUL-terminated ASCII string. This information is intended for the user. * - __s32 - ``minimum`` - Minimum value, inclusive. This field gives a lower bound for the control. See enum :c:type:`v4l2_ctrl_type` how the minimum value is to be used for each possible control type. Note that this a signed 32-bit value. * - __s32 - ``maximum`` - Maximum value, inclusive. This field gives an upper bound for the control. See enum :c:type:`v4l2_ctrl_type` how the maximum value is to be used for each possible control type. Note that this a signed 32-bit value. * - __s32 - ``step`` - This field gives a step size for the control. See enum :c:type:`v4l2_ctrl_type` how the step value is to be used for each possible control type. Note that this an unsigned 32-bit value. Generally drivers should not scale hardware control values. It may be necessary for example when the ``name`` or ``id`` imply a particular unit and the hardware actually accepts only multiples of said unit. If so, drivers must take care values are properly rounded when scaling, such that errors will not accumulate on repeated read-write cycles. This field gives the smallest change of an integer control actually affecting hardware. Often the information is needed when the user can change controls by keyboard or GUI buttons, rather than a slider. When for example a hardware register accepts values 0-511 and the driver reports 0-65535, step should be 128. Note that although signed, the step value is supposed to be always positive. * - __s32 - ``default_value`` - The default value of a ``V4L2_CTRL_TYPE_INTEGER``, ``_BOOLEAN``, ``_BITMASK``, ``_MENU`` or ``_INTEGER_MENU`` control. Not valid for other types of controls. .. note:: Drivers reset controls to their default value only when the driver is first loaded, never afterwards. * - __u32 - ``flags`` - Control flags, see :ref:`control-flags`. * - __u32 - ``reserved``\ [2] - Reserved for future extensions. Drivers must set the array to zero. .. tabularcolumns:: |p{1.2cm}|p{5.5cm}|p{10.6cm}| .. _v4l2-query-ext-ctrl: .. cssclass:: longtable .. c:struct:: v4l2_query_ext_ctrl .. flat-table:: struct v4l2_query_ext_ctrl :header-rows: 0 :stub-columns: 0 :widths: 1 1 2 * - __u32 - ``id`` - Identifies the control, set by the application. See :ref:`control-id` for predefined IDs. When the ID is ORed with ``V4L2_CTRL_FLAG_NEXT_CTRL`` the driver clears the flag and returns the first non-compound control with a higher ID. When the ID is ORed with ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` the driver clears the flag and returns the first compound control with a higher ID. Set both to get the first control (compound or not) with a higher ID. * - __u32 - ``type`` - Type of control, see :c:type:`v4l2_ctrl_type`. * - char - ``name``\ [32] - Name of the control, a NUL-terminated ASCII string. This information is intended for the user. * - __s64 - ``minimum`` - Minimum value, inclusive. This field gives a lower bound for the control. See enum :c:type:`v4l2_ctrl_type` how the minimum value is to be used for each possible control type. Note that this a signed 64-bit value. * - __s64 - ``maximum`` - Maximum value, inclusive. This field gives an upper bound for the control. See enum :c:type:`v4l2_ctrl_type` how the maximum value is to be used for each possible control type. Note that this a signed 64-bit value. * - __u64 - ``step`` - This field gives a step size for the control. See enum :c:type:`v4l2_ctrl_type` how the step value is to be used for each possible control type. Note that this an unsigned 64-bit value. Generally drivers should not scale hardware control values. It may be necessary for example when the ``name`` or ``id`` imply a particular unit and the hardware actually accepts only multiples of said unit. If so, drivers must take care values are properly rounded when scaling, such that errors will not accumulate on repeated read-write cycles. This field gives the smallest change of an integer control actually affecting hardware. Often the information is needed when the user can change controls by keyboard or GUI buttons, rather than a slider. When for example a hardware register accepts values 0-511 and the driver reports 0-65535, step should be 128. * - __s64 - ``default_value`` - The default value of a ``V4L2_CTRL_TYPE_INTEGER``, ``_INTEGER64``, ``_BOOLEAN``, ``_BITMASK``, ``_MENU``, ``_INTEGER_MENU``, ``_U8`` or ``_U16`` control. Not valid for other types of controls. .. note:: Drivers reset controls to their default value only when the driver is first loaded, never afterwards. * - __u32 - ``flags`` - Control flags, see :ref:`control-flags`. * - __u32 - ``elem_size`` - The size in bytes of a single element of the array. Given a char pointer ``p`` to a 3-dimensional array you can find the position of cell ``(z, y, x)`` as follows: ``p + ((z * dims[1] + y) * dims[0] + x) * elem_size``. ``elem_size`` is always valid, also when the control isn't an array. For string controls ``elem_size`` is equal to ``maximum + 1``. * - __u32 - ``elems`` - The number of elements in the N-dimensional array. If this control is not an array, then ``elems`` is 1. The ``elems`` field can never be 0. * - __u32 - ``nr_of_dims`` - The number of dimension in the N-dimensional array. If this control is not an array, then this field is 0. * - __u32 - ``dims[V4L2_CTRL_MAX_DIMS]`` - The size of each dimension. The first ``nr_of_dims`` elements of this array must be non-zero, all remaining elements must be zero. * - __u32 - ``reserved``\ [32] - Reserved for future extensions. Applications and drivers must set the array to zero. .. tabularcolumns:: |p{1.2cm}|p{3.0cm}|p{13.1cm}| .. _v4l2-querymenu: .. c:struct:: v4l2_querymenu .. flat-table:: struct v4l2_querymenu :header-rows: 0 :stub-columns: 0 :widths: 1 1 2 * - __u32 - ``id`` - Identifies the control, set by the application from the respective struct :ref:`v4l2_queryctrl ` ``id``. * - __u32 - ``index`` - Index of the menu item, starting at zero, set by the application. * - union { - (anonymous) * - __u8 - ``name``\ [32] - Name of the menu item, a NUL-terminated ASCII string. This information is intended for the user. This field is valid for ``V4L2_CTRL_TYPE_MENU`` type controls. * - __s64 - ``value`` - Value of the integer menu item. This field is valid for ``V4L2_CTRL_TYPE_INTEGER_MENU`` type controls. * - } - * - __u32 - ``reserved`` - Reserved for future extensions. Drivers must set the array to zero. .. c:type:: v4l2_ctrl_type .. raw:: latex \footnotesize .. tabularcolumns:: |p{6.5cm}|p{1.5cm}|p{1.1cm}|p{1.5cm}|p{6.8cm}| .. cssclass:: longtable .. flat-table:: enum v4l2_ctrl_type :header-rows: 1 :stub-columns: 0 :widths: 30 5 5 5 55 * - Type - ``minimum`` - ``step`` - ``maximum`` - Description * - ``V4L2_CTRL_TYPE_INTEGER`` - any - any - any - An integer-valued control ranging from minimum to maximum inclusive. The step value indicates the increment between values. * - ``V4L2_CTRL_TYPE_BOOLEAN`` - 0 - 1 - 1 - A boolean-valued control. Zero corresponds to "disabled", and one means "enabled". * - ``V4L2_CTRL_TYPE_MENU`` - ≥ 0 - 1 - N-1 - The control has a menu of N choices. The names of the menu items can be enumerated with the ``VIDIOC_QUERYMENU`` ioctl. * - ``V4L2_CTRL_TYPE_INTEGER_MENU`` - ≥ 0 - 1 - N-1 - The control has a menu of N choices. The values of the menu items can be enumerated with the ``VIDIOC_QUERYMENU`` ioctl. This is similar to ``V4L2_CTRL_TYPE_MENU`` except that instead of strings, the menu items are signed 64-bit integers. * - ``V4L2_CTRL_TYPE_BITMASK`` - 0 - n/a - any - A bitmask field. The maximum value is the set of bits that can be used, all other bits are to be 0. The maximum value is interpreted as a __u32, allowing the use of bit 31 in the bitmask. * - ``V4L2_CTRL_TYPE_BUTTON`` - 0 - 0 - 0 - A control which performs an action when set. Drivers must ignore the value passed with ``VIDIOC_S_CTRL`` and return an ``EACCES`` error code on a ``VIDIOC_G_CTRL`` attempt. * - ``V4L2_CTRL_TYPE_INTEGER64`` - any - any - any - A 64-bit integer valued control. Minimum, maximum and step size cannot be queried using ``VIDIOC_QUERYCTRL``. Only ``VIDIOC_QUERY_EXT_CTRL`` can retrieve the 64-bit min/max/step values, they should be interpreted as n/a when using ``VIDIOC_QUERYCTRL``. * - ``V4L2_CTRL_TYPE_STRING`` - ≥ 0 - ≥ 1 - ≥ 0 - The minimum and maximum string lengths. The step size means that the string must be (minimum + N * step) characters long for N ≥ 0. These lengths do not include the terminating zero, so in order to pass a string of length 8 to :ref:`VIDIOC_S_EXT_CTRLS ` you need to set the ``size`` field of struct :c:type:`v4l2_ext_control` to 9. For :ref:`VIDIOC_G_EXT_CTRLS ` you can set the ``size`` field to ``maximum`` + 1. Which character encoding is used will depend on the string control itself and should be part of the control documentation. * - ``V4L2_CTRL_TYPE_CTRL_CLASS`` - n/a - n/a - n/a - This is not a control. When ``VIDIOC_QUERYCTRL`` is called with a control ID equal to a control class code (see :ref:`ctrl-class`) + 1, the ioctl returns the name of the control class and this control type. Older drivers which do not support this feature return an ``EINVAL`` error code. * - ``V4L2_CTRL_TYPE_U8`` - any - any - any - An unsigned 8-bit valued control ranging from minimum to maximum inclusive. The step value indicates the increment between values. * - ``V4L2_CTRL_TYPE_U16`` - any - any - any - An unsigned 16-bit valued control ranging from minimum to maximum inclusive. The step value indicates the increment between values. * - ``V4L2_CTRL_TYPE_U32`` - any - any - any - An unsigned 32-bit valued control ranging from minimum to maximum inclusive. The step value indicates the increment between values. * - ``V4L2_CTRL_TYPE_MPEG2_QUANTISATION`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_mpeg2_quantisation`, containing MPEG-2 quantisation matrices for stateless video decoders. * - ``V4L2_CTRL_TYPE_MPEG2_SEQUENCE`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_mpeg2_sequence`, containing MPEG-2 sequence parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_MPEG2_PICTURE`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_mpeg2_picture`, containing MPEG-2 picture parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_AREA`` - n/a - n/a - n/a - A struct :c:type:`v4l2_area`, containing the width and the height of a rectangular area. Units depend on the use case. * - ``V4L2_CTRL_TYPE_RECT`` - n/a - n/a - n/a - A struct :c:type:`v4l2_rect`, containing a rectangle described by the position of its top-left corner, the width and the height. Units depend on the use case. Support for ``V4L2_CTRL_WHICH_MIN_VAL`` and ``V4L2_CTRL_WHICH_MAX_VAL`` is optional and depends on the ``V4L2_CTRL_FLAG_HAS_WHICH_MIN_MAX`` flag. See the documentation of the specific control on how to interpret the minimum and maximum values. * - ``V4L2_CTRL_TYPE_H264_SPS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_h264_sps`, containing H264 sequence parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_H264_PPS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_h264_pps`, containing H264 picture parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_H264_SCALING_MATRIX`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_h264_scaling_matrix`, containing H264 scaling matrices for stateless video decoders. * - ``V4L2_CTRL_TYPE_H264_SLICE_PARAMS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_h264_slice_params`, containing H264 slice parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_H264_DECODE_PARAMS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_h264_decode_params`, containing H264 decode parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_FWHT_PARAMS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_fwht_params`, containing FWHT parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_HEVC_SPS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_hevc_sps`, containing HEVC Sequence Parameter Set for stateless video decoders. * - ``V4L2_CTRL_TYPE_HEVC_PPS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_hevc_pps`, containing HEVC Picture Parameter Set for stateless video decoders. * - ``V4L2_CTRL_TYPE_HEVC_SLICE_PARAMS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_hevc_slice_params`, containing HEVC slice parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_HEVC_SCALING_MATRIX`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_hevc_scaling_matrix`, containing HEVC scaling matrix for stateless video decoders. * - ``V4L2_CTRL_TYPE_VP8_FRAME`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_vp8_frame`, containing VP8 frame parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_HEVC_DECODE_PARAMS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_hevc_decode_params`, containing HEVC decoding parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_HEVC_EXT_SPS_LT_RPS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_hevc_ext_sps_lt_rps`, containing HEVC extended Long-Term RPS for stateless video decoders. * - ``V4L2_CTRL_TYPE_HEVC_EXT_SPS_ST_RPS`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_hevc_ext_sps_st_rps`, containing HEVC extended Short-Term RPS for stateless video decoders. * - ``V4L2_CTRL_TYPE_VP9_COMPRESSED_HDR`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_vp9_compressed_hdr`, containing VP9 probabilities updates for stateless video decoders. * - ``V4L2_CTRL_TYPE_VP9_FRAME`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_vp9_frame`, containing VP9 frame decode parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_AV1_SEQUENCE`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_av1_sequence`, containing AV1 Sequence OBU decoding parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_AV1_TILE_GROUP_ENTRY`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_av1_tile_group_entry`, containing AV1 Tile Group OBU decoding parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_AV1_FRAME`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_av1_frame`, containing AV1 Frame/Frame Header OBU decoding parameters for stateless video decoders. * - ``V4L2_CTRL_TYPE_AV1_FILM_GRAIN`` - n/a - n/a - n/a - A struct :c:type:`v4l2_ctrl_av1_film_grain`, containing AV1 Film Grain parameters for stateless video decoders. .. raw:: latex \normalsize .. tabularcolumns:: |p{7.3cm}|p{1.8cm}|p{8.2cm}| .. cssclass:: longtable .. _control-flags: .. flat-table:: Control Flags :header-rows: 0 :stub-columns: 0 :widths: 3 1 4 * - ``V4L2_CTRL_FLAG_DISABLED`` - 0x0001 - This control is permanently disabled and should be ignored by the application. Any attempt to change the control will result in an ``EINVAL`` error code. * - ``V4L2_CTRL_FLAG_GRABBED`` - 0x0002 - This control is temporarily unchangeable, for example because another application took over control of the respective resource. Such controls may be displayed specially in a user interface. Attempts to change the control may result in an ``EBUSY`` error code. * - ``V4L2_CTRL_FLAG_READ_ONLY`` - 0x0004 - This control is permanently readable only. Any attempt to change the control will result in an ``EINVAL`` error code. * - ``V4L2_CTRL_FLAG_UPDATE`` - 0x0008 - A hint that changing this control may affect the value of other controls within the same control class. Applications should update their user interface accordingly. * - ``V4L2_CTRL_FLAG_INACTIVE`` - 0x0010 - This control is not applicable to the current configuration and should be displayed accordingly in a user interface. For example the flag may be set on a MPEG audio level 2 bitrate control when MPEG audio encoding level 1 was selected with another control. * - ``V4L2_CTRL_FLAG_SLIDER`` - 0x0020 - A hint that this control is best represented as a slider-like element in a user interface. * - ``V4L2_CTRL_FLAG_WRITE_ONLY`` - 0x0040 - This control is permanently writable only. Any attempt to read the control will result in an ``EACCES`` error code error code. This flag is typically present for relative controls or action controls where writing a value will cause the device to carry out a given action (e. g. motor control) but no meaningful value can be returned. * - ``V4L2_CTRL_FLAG_VOLATILE`` - 0x0080 - This control is volatile, which means that the value of the control changes continuously. A typical example would be the current gain value if the device is in auto-gain mode. In such a case the hardware calculates the gain value based on the lighting conditions which can change over time. .. note:: Setting a new value for a volatile control will be ignored unless :ref:`V4L2_CTRL_FLAG_EXECUTE_ON_WRITE ` is also set. Setting a new value for a volatile control will *never* trigger a :ref:`V4L2_EVENT_CTRL_CH_VALUE ` event. * - ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` - 0x0100 - This control has a pointer type, so its value has to be accessed using one of the pointer fields of struct :c:type:`v4l2_ext_control`. This flag is set for controls that are an array, string, or have a compound type. In all cases you have to set a pointer to memory containing the payload of the control. * .. _FLAG_EXECUTE_ON_WRITE: - ``V4L2_CTRL_FLAG_EXECUTE_ON_WRITE`` - 0x0200 - The value provided to the control will be propagated to the driver even if it remains constant. This is required when the control represents an action on the hardware. For example: clearing an error flag or triggering the flash. All the controls of the type ``V4L2_CTRL_TYPE_BUTTON`` have this flag set. * .. _FLAG_MODIFY_LAYOUT: - ``V4L2_CTRL_FLAG_MODIFY_LAYOUT`` - 0x0400 - Changing this control value may modify the layout of the buffer (for video devices) or the media bus format (for sub-devices). A typical example would be the ``V4L2_CID_ROTATE`` control. Note that typically controls with this flag will also set the ``V4L2_CTRL_FLAG_GRABBED`` flag when buffers are allocated or streaming is in progress since most drivers do not support changing the format in that case. * - ``V4L2_CTRL_FLAG_DYNAMIC_ARRAY`` - 0x0800 - This control is a dynamically sized 1-dimensional array. It behaves the same as a regular array, except that the number of elements as reported by the ``elems`` field is between 1 and ``dims[0]``. So setting the control with a differently sized array will change the ``elems`` field when the control is queried afterwards. * - ``V4L2_CTRL_FLAG_HAS_WHICH_MIN_MAX`` - 0x1000 - This control supports getting minimum and maximum values using vidioc_g_ext_ctrls with V4L2_CTRL_WHICH_MIN/MAX_VAL. Giá trị trả về ============== Khi thành công, trả về 0, lỗi -1 và biến ZZ0001ZZ được đặt một cách thích hợp. Các mã lỗi chung được mô tả tại Chương ZZ0000ZZ. EINVAL Cấu trúc ZZ0000ZZ ZZ0002ZZ là không hợp lệ. Cấu trúc ZZ0001ZZ ZZ0003ZZ không hợp lệ hoặc ZZ0004ZZ nằm ngoài phạm vi (nhỏ hơn ZZ0005ZZ hoặc lớn hơn ZZ0006ZZ) hoặc mục menu cụ thể này không được tài xế hỗ trợ. EACCES Một nỗ lực đã được thực hiện để đọc điều khiển chỉ ghi. .. [#f1] ``V4L2_CTRL_FLAG_DISABLED`` was intended for two purposes: Drivers can skip predefined controls not supported by the hardware (although returning ``EINVAL`` would do as well), or disable predefined and private controls after hardware detection without the trouble of reordering control arrays and indices (``EINVAL`` cannot be used to skip private controls because it would prematurely end the enumeration).