[libcamera-devel] [PATCH v5 0/4] More misc Python patches

Tomi Valkeinen tomi.valkeinen at ideasonboard.com
Wed Jun 8 09:24:14 CEST 2022


Hi,

v5 of the series, or what's left of it. Most of the patches have been
merged already.

I dropped the itest.py, as perhaps its value as an example is not much.

Other than that, I've addressed the comments, and there were no bigger
changes.

 Tomi

Tomi Valkeinen (4):
  Documentation: Add python-bindings.rst
  py: examples: Add simple-capture.py
  py: examples: Add simple-continuous-capture.py
  py: examples: Add simple-cam.py

 Documentation/index.rst                      |   1 +
 Documentation/meson.build                    |   1 +
 Documentation/python-bindings.rst            |  69 ++++
 src/py/examples/simple-cam.py                | 350 +++++++++++++++++++
 src/py/examples/simple-capture.py            | 162 +++++++++
 src/py/examples/simple-continuous-capture.py | 191 ++++++++++
 6 files changed, 774 insertions(+)
 create mode 100644 Documentation/python-bindings.rst
 create mode 100755 src/py/examples/simple-cam.py
 create mode 100755 src/py/examples/simple-capture.py
 create mode 100755 src/py/examples/simple-continuous-capture.py

-- 
2.34.1



More information about the libcamera-devel mailing list