Age | Commit message (Expand) | Author |
2022-06-01 | libcamera: base: log: Replace stderr with std::cerr in documentation | Laurent Pinchart |
2022-06-01 | libcamera: base: log: Remove unnecessary local variable | Laurent Pinchart |
2022-06-01 | libcamera: Use "..." instead of <...> consistently for internal headers | Laurent Pinchart |
2022-06-01 | utils: checkstyle: Ensure "..." include style for internal headers | Laurent Pinchart |
2022-06-01 | utils: checkstyle: Run the CLangFormatter last | Laurent Pinchart |
2022-06-01 | libcamera: Fix incorrect toString() to operator<<() conversions | Laurent Pinchart |
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-27 | libcamera: ipa: Move IPA control serialization structures to libcamera namespace | Laurent Pinchart |
2022-05-27 | libcamera: pipeline: uvcvideo: Infer camera location from removable attribute | Laurent Pinchart |
2022-05-27 | libcamera: media_device: Return string references to avoid copies | Laurent Pinchart |
2022-05-27 | libipa: camera_sensor_helper: Add Sony IMX477 helper | Naushir Patuck |
2022-05-27 | libcamera: camera_sensor: Add IMX477 sensor properties | Naushir Patuck |
2022-05-26 | ipa: camera_sensor_helper: Fix equation in exponential gain documentation | Laurent Pinchart |
2022-05-25 | libcamera: controls: Controls for driving AF (autofocus) algorithms | David Plowman |
2022-05-23 | cam: sdl_sink: Add MJPG support to SDL sink | Eric Curtin |
2022-05-23 | cam: sdl_sink: Add SDL sink with initial YUYV support | Eric Curtin |
2022-05-23 | cam: event_loop: Add timer events to event loop | Eric Curtin |
2022-05-23 | cam: event_loop: Rename addEvent to addFdEvent | Eric Curtin |
2022-05-23 | pipeline: raspberrypi: Fix possible null dereference | Naushir Patuck |
2022-05-22 | cam: Use script parser to set controls | Jacopo Mondi |
2022-05-22 | cam: Queue requests through CameraSession::queueRequest() | Jacopo Mondi |
2022-05-22 | cam: Add a parser for capture scripts | Jacopo Mondi |
2022-05-20 | android: Drop gcc 7 compatibility | Laurent Pinchart |
2022-05-19 | libcamera: formats: Add missing RGBX8888 info | Tomi Valkeinen |
2022-05-19 | libcamera: formats: Fix warning print | Tomi Valkeinen |
2022-05-18 | py: Clean up control enums generation | Tomi Valkeinen |
2022-05-18 | py: Rename pyxyz to py_xyz | Tomi Valkeinen |
2022-05-18 | py: Use geometry classes | Tomi Valkeinen |
2022-05-18 | py: Add geometry classes | Tomi Valkeinen |
2022-05-18 | py: Implement PixelFormat class | Tomi Valkeinen |
2022-05-18 | py: cam_qt: Cosmetic cleanups | Tomi Valkeinen |
2022-05-18 | py: cam_kms: Fix multistream display | Tomi Valkeinen |
2022-05-18 | py: cam_kms: Support multiplanar formats | Tomi Valkeinen |
2022-05-18 | py: cam.py: Exit on exception | Tomi Valkeinen |
2022-05-18 | py: unittests: Make typechecker happy | Tomi Valkeinen |
2022-05-18 | py: unittests: Verify that cam and cm are freed | Tomi Valkeinen |