libcamera/src/py
Tomi Valkeinen 3c82ae3821 py: Re-implement controls geneneration
The Python bindings controls generation was not very good. It only
covered the enums and they were in the main namespace.

This adds the controls somewhat similarly to the C++ side. We will have
e.g.:

libcamera.controls.Brightness
libcamera.controls.AeMeteringModeEnum.CentreWeighted

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2022-05-27 22:03:34 +03:00
..
cam py: cam: Convert ctx and state to classes 2022-05-27 22:03:30 +03:00
libcamera py: Re-implement controls geneneration 2022-05-27 22:03:34 +03:00
meson.build Add Python bindings 2022-05-10 13:53:43 +02:00