libcamera/src/py
Paul Elder ea7f6faefe py: Add bindings for ControlId array information
Add python bindings for querying whether or not a ControlId is an array
type, and the size.

Example usage:
>>> cid
libcamera.ControlId(28, FrameDurationLimits[2], ControlType.Integer64)
>>> cid.isArray
True
>>> cid.size
2

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2024-11-25 22:28:26 +09:00
..
cam py: cam: Convert to PyQt6 2024-08-12 20:25:20 +03:00
examples py: Use exceptions instead of returning error codes 2023-05-30 18:29:09 +03:00
libcamera py: Add bindings for ControlId array information 2024-11-25 22:28:26 +09:00
meson.build libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contents 2022-09-30 21:51:23 +03:00