summaryrefslogtreecommitdiff
path: root/src/py
AgeCommit message (Expand)Author
2023-12-07meson: Tag all installed filesLaurent Pinchart
2023-11-30libcamera: controls: Use vendor tags for draft controls and propertiesNaushir Patuck
2023-11-29build: controls: Rework how controls and properties are generatedNaushir Patuck
2023-11-29controls: Update argument handling for controls generation scriptsNaushir Patuck
2023-11-29controls: Add vendor control/property support to generation scriptsNaushir Patuck
2023-10-23py: cam: Add option to set stream orientationJacopo Mondi
2023-10-23libcamera: Use CameraConfiguration::orientationJacopo Mondi
2023-10-23py: libcamera: Define and use OrientationJacopo Mondi
2023-10-16py: gen-py-controls: Remove SceneFlicker workaroundKieran Bingham
2023-10-16py: Add the SensorConfiguration classDavid Plowman
2023-07-07meson: Fix space around colon issuesLaurent Pinchart
2023-07-04libcamera: camera: Take span of StreamRole instead of vectorBarnabás Pőcze
2023-06-04py: Fix code formattingTomi Valkeinen
2023-05-31py: Move to mainline pybind11 versionTomi Valkeinen
2023-05-30py: Use exceptions instead of returning error codesTomi Valkeinen
2023-05-30py: Move ColorSpace and Transform classes to separate filesTomi Valkeinen
2023-05-30py: Fix CameraManager.version propertyTomi Valkeinen
2023-03-21py: cam: Fix demosaic overflow issueTomi Valkeinen
2023-01-16py: cam.py: Fix duplicate metadata output if more than one streamDaniel Oakley
2022-12-19Expose the Request Sequence Number in Python BindingsMatthew Goodman
2022-12-09py: Support controls that use an array of RectanglesDavid Plowman
2022-09-30py: Support controls that are ControlTypeNoneDavid Plowman
2022-09-30libcamera: Add missing SPDX headers for miscellaneous CC0-1.0 contentsLaurent Pinchart
2022-08-25libcamera: color_space: Rename Jpeg to SyccLaurent Pinchart
2022-08-19py: Switch to non-blocking eventfdTomi Valkeinen
2022-08-19py: Use libcamera's Mutex classesTomi Valkeinen
2022-08-19py: Set EFD_CLOEXEC on eventfd to avoid fd leakingTomi Valkeinen
2022-08-19py: Use UniqueFDTomi Valkeinen
2022-08-19py: Create PyCameraManagerTomi Valkeinen
2022-08-19py: meson: Use libcamera_private dependencyTomi Valkeinen
2022-08-18py: cam.py: Remove todo commentTomi Valkeinen
2022-08-18py: Move ControlValue helpers to py_helpers.cppTomi Valkeinen
2022-08-18py: Add Python logging categoryTomi Valkeinen
2022-08-18py: cam.py: Fix multi camera capture without -CTomi Valkeinen
2022-06-08py: examples: Add simple-cam.pyTomi Valkeinen
2022-06-08py: examples: Add simple-continuous-capture.pyTomi Valkeinen
2022-06-08py: examples: Add simple-capture.pyTomi Valkeinen
2022-06-04py: Merge read_event() and get_ready_requests()Tomi Valkeinen
2022-06-01py: cam: cam_qt: mmap the fbs only onceTomi Valkeinen
2022-06-01py: MappedFrameBuffer: Add 'fb' propertyTomi Valkeinen
2022-06-01py: MappedFrameBuffer: Support non-contextmanager useTomi Valkeinen
2022-06-01py: Implement FrameBufferPlaneTomi Valkeinen
2022-06-01py: Add FrameMetadataPlaneTomi Valkeinen
2022-06-01py: Add Request.__str__()Tomi Valkeinen
2022-06-01py: cam: Drop PIL dependencyTomi Valkeinen
2022-06-01py: cam: Move conversion funcs to helpers.pyTomi Valkeinen
2022-05-27py: Use ln --relative to create symlinksTomi Valkeinen
2022-05-27py: Generate bindings for propertiesTomi Valkeinen
2022-05-27py: Rename 'efd' to 'event_fd'Tomi Valkeinen
2022-05-27py: Re-structure the controls APITomi Valkeinen