File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 66
77### Changed
88
9+ ## 0.3.32 Beta Release 31
10+
11+ ### Added
12+
13+ * force_key_frame() added to Encoder class, so applications can force a key frame in the encoded bitstream.
14+ * New RemoteRequest class enables sending CompletedRequest objects to child processes.
15+ * IMX500 input tensor injection now supported. Example added.
16+
17+ ### Changed
18+
19+ * Base Encoder class fixed to make it accept raw and other stream types.
20+ * Legacy tflite_runtime import in examples replaces by the new ai_edge_litert.
21+
922## 0.3.31 Beta Release 30
1023
1124### Added
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = 'picamera2' ,
14- version = '0.3.31 ' ,
14+ version = '0.3.32 ' ,
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