Skip to content

Commit aa5b488

Browse files
committed
doc: release: 4.0: Add video driver and video API updates
Add entries for video driver contributed or enhanced. Add entries for video APIs introduced or modified. Signed-off-by: Josuah Demangeon <[email protected]>
1 parent 4bb9453 commit aa5b488

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/releases/release-notes-4.0.rst

+12
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,18 @@ Drivers and Sensors
421421

422422
* Video
423423

424+
* Introduced API to control frame rate
425+
* Introduced API for partial frames transfer with the video buffer field ``line_offset``
426+
* Introduced API for :ref:`multi-heap<memory_management_shared_multi_heap>` video buffer allocation with
427+
:kconfig:option:`CONFIG_VIDEO_BUFFER_USE_SHARED_MULTI_HEAP`
428+
* Introduced bindings for common video link properties in ``video-interfaces.yaml``
429+
* Introduced missing :kconfig:option:`CONFIG_VIDEO_LOG_LEVEL`
430+
* Added support for GalaxyCore GC2145 image sensor (:dtcompatible:`gc,gc2145`)
431+
* Added support for ESP32-S3 LCD-CAM interface (:dtcompatible:`espressif,esp32-lcd-cam`)
432+
* Added support for NXP MCUX SMARTDMA interface (:dtcompatible:`nxp,smartdma`)
433+
* Added support for more OmniVision OV2640 controls (:dtcompatible:`ovti,ov2640`)
434+
* Added support for more OmniVision OV5640 controls (:dtcompatible:`ovti,ov5640`)
435+
424436
* Watchdog
425437

426438
* Wi-Fi

0 commit comments

Comments
 (0)