Age | Commit message (Expand) | Author |
2024-08-16 | py: gen-py-controls: Convert to jinja2 templates | Laurent Pinchart |
2024-08-16 | py: gen-py-controls: Use Control class | Laurent Pinchart |
2024-08-15 | meson: Store controls and properties YAML files in variables | Laurent Pinchart |
2024-08-12 | py: cam: Convert to PyQt6 | Tomi Valkeinen |
2024-06-26 | py: libcamera: Move function declarations to common header | Laurent Pinchart |
2023-12-07 | meson: Tag all installed files | Laurent Pinchart |
2023-11-30 | libcamera: controls: Use vendor tags for draft controls and properties | Naushir Patuck |
2023-11-29 | build: controls: Rework how controls and properties are generated | Naushir Patuck |
2023-11-29 | controls: Update argument handling for controls generation scripts | Naushir Patuck |
2023-11-29 | controls: Add vendor control/property support to generation scripts | Naushir Patuck |
2023-10-23 | py: cam: Add option to set stream orientation | Jacopo Mondi |
2023-10-23 | libcamera: Use CameraConfiguration::orientation | Jacopo Mondi |
2023-10-23 | py: libcamera: Define and use Orientation | Jacopo Mondi |
2023-10-16 | py: gen-py-controls: Remove SceneFlicker workaround | Kieran Bingham |
2023-10-16 | py: Add the SensorConfiguration class | David Plowman |
2023-07-07 | meson: Fix space around colon issues | Laurent Pinchart |
2023-07-04 | libcamera: camera: Take span of StreamRole instead of vector | Barnabás Pőcze |
2023-06-04 | py: Fix code formatting | Tomi Valkeinen |
2023-05-31 | py: Move to mainline pybind11 version | Tomi Valkeinen |
2023-05-30 | py: Use exceptions instead of returning error codes | Tomi Valkeinen |
2023-05-30 | py: Move ColorSpace and Transform classes to separate files | Tomi Valkeinen |
2023-05-30 | py: Fix CameraManager.version property | Tomi Valkeinen |
2023-03-21 | py: cam: Fix demosaic overflow issue | Tomi Valkeinen |
2023-01-16 | py: cam.py: Fix duplicate metadata output if more than one stream | Daniel Oakley |
2022-12-19 | Expose the Request Sequence Number in Python Bindings | Matthew Goodman |
2022-12-09 | py: Support controls that use an array of Rectangles | David Plowman |
2022-09-30 | py: Support controls that are ControlTypeNone | David Plowman |
2022-09-30 | libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contents | Laurent Pinchart |
2022-08-25 | libcamera: color_space: Rename Jpeg to Sycc | Laurent Pinchart |
2022-08-19 | py: Switch to non-blocking eventfd | Tomi Valkeinen |
2022-08-19 | py: Use libcamera's Mutex classes | Tomi Valkeinen |
2022-08-19 | py: Set EFD_CLOEXEC on eventfd to avoid fd leaking | Tomi Valkeinen |
2022-08-19 | py: Use UniqueFD | Tomi Valkeinen |
2022-08-19 | py: Create PyCameraManager | Tomi Valkeinen |
2022-08-19 | py: meson: Use libcamera_private dependency | Tomi Valkeinen |
2022-08-18 | py: cam.py: Remove todo comment | Tomi Valkeinen |
2022-08-18 | py: Move ControlValue helpers to py_helpers.cpp | Tomi Valkeinen |
2022-08-18 | py: Add Python logging category | Tomi Valkeinen |
2022-08-18 | py: cam.py: Fix multi camera capture without -C | Tomi Valkeinen |
2022-06-08 | py: examples: Add simple-cam.py | Tomi Valkeinen |
2022-06-08 | py: examples: Add simple-continuous-capture.py | Tomi Valkeinen |
2022-06-08 | py: examples: Add simple-capture.py | Tomi Valkeinen |
2022-06-04 | py: Merge read_event() and get_ready_requests() | Tomi Valkeinen |
2022-06-01 | py: cam: cam_qt: mmap the fbs only once | Tomi Valkeinen |
2022-06-01 | py: MappedFrameBuffer: Add 'fb' property | Tomi Valkeinen |
2022-06-01 | py: MappedFrameBuffer: Support non-contextmanager use | Tomi Valkeinen |
2022-06-01 | py: Implement FrameBufferPlane | Tomi Valkeinen |
2022-06-01 | py: Add FrameMetadataPlane | Tomi Valkeinen |
2022-06-01 | py: Add Request.__str__() | Tomi Valkeinen |
2022-06-01 | py: cam: Drop PIL dependency | Tomi Valkeinen |