File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77### Changed
88
9+ ## 0.3.34 Beta Release 33
10+
11+ ### Added
12+
13+ ### Changed
14+
15+ * Performance improvements when writing DNG files.
16+ * Fix IMX500 examples for numpy 2.4.1.
17+ * Remove some unnecessary IMX500 related warnings.
18+ * PyavOutput won't output frames until it's seen a keyframe.
19+ * PyavOutput objects can be attached to an encoder after it's been started.
20+ * Hailo device architecture can be tested easily at runtime.
21+ * av module (PyAV) is only imported when necessary.
22+ * Some general improvements to many of the examples.
23+
924## 0.3.33 Beta Release 32
1025
1126### Added
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = 'picamera2' ,
14- version = '0.3.33 ' ,
14+ version = '0.3.34 ' ,
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' ,
You can’t perform that action at this time.
0 commit comments