Skip to content

Commit e6c6d92

Browse files
committed
Update setup.py and CHANGELOG.md for 0.3.17 release
1 parent ecd2177 commit e6c6d92

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66

77
### Changed
88

9+
## 0.3.17 Beta Release 16
10+
11+
### Added
12+
13+
* Pi 5 users can now request 48-bit RGB outputs (where each R, G and B sample is 16-bit).
14+
* Support for h.264 codec profiles.
15+
* DNG files can be written to ioBytes objects.
16+
* Persistent allocators added.
17+
* Timeout support waiting for asynchronous requests to complete.
18+
19+
### Changed
20+
21+
* FFmpeg thread queue size increased, to suppress warnings and improve behaviour.
22+
* Quality argument is respected properly by start_encoder().
23+
924
## 0.3.16 Beta Release 15
1025

1126
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='picamera2',
14-
version='0.3.16',
14+
version='0.3.17',
1515
description='The libcamera-based Python interface to Raspberry Pi cameras, based on the original Picamera library',
1616
long_description=long_description,
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)