[libcamera-devel,v5,0/4] More misc Python patches
mbox series

Message ID 20220608072418.13154-1-tomi.valkeinen@ideasonboard.com
Headers show
Series
  • More misc Python patches
Related show

Message

Tomi Valkeinen June 8, 2022, 7:24 a.m. UTC
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