Skip to content

Releases: STMicroelectronics/stm32-mw-camera

v1.5.0

26 Jan 13:06

Choose a tag to compare

  • Update Isp library to v1.3.0
  • Add support for STEVAL-1943-MC1 Camera module
  • Add support for OV5640 Camera module
  • API break in structure layout and naming.
  • Add CMW_CAMERA_PIPE_ErrorCallback() user callback in case of DCMIPP error. Default weak implementation is to assert.
  • Removal of pixel_format and anti_flicker in CMW_CameraInit_t
  • Change CMW_Sensor_Config_t to CMW_Advanced_Config_t, enabling configuration of
    parameters such as pixel_format, line_len, and CSI_PHYBitrate according to the
    specific sensor.

v1.4.3

09 Sep 08:28

Choose a tag to compare

v1.4.3

  • Add support of custom configuration of sensors
  • Modify Init API accordingly
  • Update Isp library to v1.2.0

v1.4.2

21 May 15:02

Choose a tag to compare

v1.4.2

  • Update Isp library to v1.1.0
  • Add support for white balance mode listing
  • Add support for manual white balance ref mod
  • Fix bug CMW_CAMERA_DeInit

v1.4.1

05 Feb 15:06

Choose a tag to compare

Purpose

The Camera Middleware serves as an intermediary layer between camera sensor drivers and user applications.
It provides a streamlined interface for initializing sensors, configuring camera pipelines, and managing data streaming.
This middleware simplifies the development process for applications that require camera functionality by abstracting hardware-specific details.

Key Features

  • Support for the STM32N6570-DK board only
  • Support for the following cameras:
    • MB1854B IMX335 Camera module
    • ST VD66GY Camera module
    • ST VD55G1 Camera module
  • Use ISP Library for ST VD66GY.
  • Use ISP Library for IMX335.
  • Enable APIs to Init and Start camera pipelines with CSI-DCMIPP.