Skip to content

Commit

Permalink
Update setup.py and CHANGELOG.md for 0.3.23 release
Browse files Browse the repository at this point in the history
Signed-off-by: Naushir Patuck <[email protected]>
  • Loading branch information
naushir authored and davidplowman committed Nov 18, 2024
1 parent b223db1 commit f6b3563
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f6b3563

Please sign in to comment.