From f6b356357dcee4a20045858154daa1978082ab70 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Tue, 12 Nov 2024 11:37:35 +0000 Subject: [PATCH] Update setup.py and CHANGELOG.md for 0.3.23 release Signed-off-by: Naushir Patuck --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3b7780..125730ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ ### Changed +## 0.3.23 Beta Release 22 + +### Added + +* rpi::ScalerCrops control support +* Hailo multi-model support +* Stereo preview example script +* Add PyavOutput and a new CircularOutput2 +* Allow libav H264 encoder to use V4L2 hardware on VC4 platforms +* bbox-order argument for imx500_object_detection_demo script + +### Changed + +* Fix ScalerCrops tests +* imx500: Update MAX_NUM_TENSORS and MAX_NUM_DIMENSIONS +* Fix V4L2 encoder not releasing requests + ## 0.3.22 Beta Release 21 ### Changed diff --git a/setup.py b/setup.py index 3e97593e..4a4c0f6c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='picamera2', - version='0.3.22', + version='0.3.23', description='The libcamera-based Python interface to Raspberry Pi cameras, based on the original Picamera library', long_description=long_description, long_description_content_type='text/markdown',