Age | Commit message (Expand) | Author |
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 |
2022-06-01 | py: cam: Move conversion funcs to helpers.py | Tomi Valkeinen |
2022-05-27 | py: Use ln --relative to create symlinks | Tomi Valkeinen |
2022-05-27 | py: Generate bindings for properties | Tomi Valkeinen |
2022-05-27 | py: Rename 'efd' to 'event_fd' | Tomi Valkeinen |
2022-05-27 | py: Re-structure the controls API | Tomi Valkeinen |
2022-05-27 | py: Re-implement controls geneneration | Tomi Valkeinen |
2022-05-27 | py: cam: Convert ctx and state to classes | Tomi Valkeinen |
2022-05-27 | py: cam: Drop WA_ShowWithoutActivating | Tomi Valkeinen |
2022-05-27 | py: MappedFrameBuffer: Add type hints & docs | Tomi Valkeinen |
2022-05-27 | py: Move MappedFrameBuffer to libcamera.utils | Tomi Valkeinen |
2022-05-27 | py: Add CameraManager.read_event() | Tomi Valkeinen |
2022-05-27 | py: Fix None value in ControlType enum | Tomi Valkeinen |
2022-05-27 | py: Fix SceneFlicker enum values | Tomi Valkeinen |
2022-05-27 | py: cam: Cleanups | Tomi Valkeinen |
2022-05-27 | py: cam_qt: Use libcamera.formats | Tomi Valkeinen |
2022-05-27 | py: Generate pixel formats list | Tomi Valkeinen |
2022-05-18 | py: Clean up control enums generation | Tomi Valkeinen |