Skip to content

Commit 2aba711

Browse files
josuahdanieldegrasse
authored andcommitted
doc: release-note-4.2: add new video-related API
Document new API introduced for video drivers as visible on the <zephyr/drivers/video.h> header. Signed-off-by: Josuah Demangeon <[email protected]>
1 parent 4f585fd commit 2aba711

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,19 @@ New APIs and options
294294
* :c:type:`video_api_ctrl_t`
295295
* :c:func:`video_query_ctrl`
296296
* :c:func:`video_print_ctrl`
297+
* :c:type:`video_api_selection_t`
297298
* :c:func:`video_set_selection`
298299
* :c:func:`video_get_selection`
299300
* :ref:`video-sw-generator <snippet-video-sw-generator>`
301+
* :c:func:`video_get_csi_link_freq`
302+
* :c:macro:`VIDEO_CID_LINK_FREQ`
303+
* :c:macro:`VIDEO_CID_AUTO_WHITE_BALANCE` and other controls from the BASE control class.
304+
* :c:macro:`VIDEO_CID_EXPOSURE_ABSOLUTE` and other controls from the CAMERA control class.
305+
* :c:macro:`VIDEO_PIX_FMT_Y10` and ``Y12``, ``Y14``, ``Y16`` variants
306+
* :c:macro:`VIDEO_PIX_FMT_SRGGB10P` and ``12P``, ``14P`` variants, for all 4 bayer variants.
307+
* ``video_buffer.index`` field
308+
* ``video_ctrl_query.int_menu`` field
309+
* :c:macro:`VIDEO_MIPI_CSI2_DT_NULL` and other MIPI standard values
300310

301311
* PCIe
302312

0 commit comments

Comments
 (0)