doc: release-notes-4.0: Add tracked issue for video-interface bindings

Add link to the track the migration to the new video-interfaces
bindings.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
This commit is contained in:
Phi Bang Nguyen 2024-11-13 11:25:31 +01:00 committed by Mahesh Mahadevan
parent da8de0945a
commit c872b49ab0

View file

@ -738,7 +738,8 @@ Drivers and Sensors
* Introduced API for partial frames transfer with the video buffer field ``line_offset``
* Introduced API for :ref:`multi-heap<memory_management_shared_multi_heap>` video buffer allocation with
:kconfig:option:`CONFIG_VIDEO_BUFFER_USE_SHARED_MULTI_HEAP`
* Introduced bindings for common video link properties in ``video-interfaces.yaml``
* Introduced bindings for common video link properties in ``video-interfaces.yaml``. Migration to the
new bindings is tracked in :github:`80514`
* Introduced missing :kconfig:option:`CONFIG_VIDEO_LOG_LEVEL`
* Added a sample for capturing video and displaying it with LVGL
(:zephyr:code-sample:`video-capture-to-lvgl`)