Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -724,16 +724,20 @@ 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`)
* Added an automatic test to check colorbar pattern correctness
* Added support for GalaxyCore GC2145 image sensor (:dtcompatible:`gc,gc2145`)
* Added support for ESP32-S3 LCD-CAM interface (:dtcompatible:`espressif,esp32-lcd-cam`)
* Added support for NXP MCUX SMARTDMA interface (:dtcompatible:`nxp,smartdma`)
* Added support for more OmniVision OV2640 controls (:dtcompatible:`ovti,ov2640`)
* Added support for more OmniVision OV5640 controls (:dtcompatible:`ovti,ov5640`)
* STM32: Implemented :c:func:`video_get_ctrl` and :c:func:`video_set_ctrl` APIs.
* Removed an init order circular dependency for the camera pipeline on NXP RT10xx platforms
(:github:`80304`)

* W1

Expand Down
Loading