File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
### Changed
8
8
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
+
9
24
## 0.3.16 Beta Release 15
10
25
11
26
### Added
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = 'picamera2' ,
14
- version = '0.3.16 ' ,
14
+ version = '0.3.17 ' ,
15
15
description = 'The libcamera-based Python interface to Raspberry Pi cameras, based on the original Picamera library' ,
16
16
long_description = long_description ,
17
17
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments