Age | Commit message (Expand) | Author |
2020-08-25 | libcamera: Remove void specifier for functions that take no arguments | Laurent Pinchart |
2020-08-25 | libcamera: pipeline: ipu3: Remove stray "imgu." file | Laurent Pinchart |
2020-08-24 | libcamera: object: Fix deleteLater() sample code | Umang Jain |
2020-08-23 | android: camera_hal_manager: Support camera hotplug | Umang Jain |
2020-08-23 | android: camera_device: Add a getter to get libcamera::Camera pointer | Umang Jain |
2020-08-23 | android: camera_device: Make CameraDevice a shared object | Umang Jain |
2020-08-23 | android: camera_hal_manager: Set camera module callbacks | Umang Jain |
2020-08-23 | libcamera: pipeline: uvcvideo: Treat all UVC cameras as external | Umang Jain |
2020-08-20 | Documentation: Guides: Pipeline Handler Writer's Guide | Chris Chinchilla |
2020-08-20 | Documentation: Guides: Application Writer's Guide | Chris Chinchilla |
2020-08-20 | Documentation: Guides: Developer's Guide to libcamera | Chris Chinchilla |
2020-08-16 | libcamera: camera: Mark controls() and properties() as const operations | Niklas Söderlund |
2020-08-16 | libcamera: pipeline_handler: Mark controls() and properties() as const operat... | Niklas Söderlund |
2020-08-16 | libcamera: pipeline_handler: Add const version of cameraData() | Niklas Söderlund |
2020-08-14 | libcamera: request: Make Stream pointer const | Niklas Söderlund |
2020-08-14 | libcamera: request: Declare a using directive for map of buffers | Niklas Söderlund |
2020-08-13 | test: ipc: unixsocket: Close open fds on error paths | Umang Jain |
2020-08-10 | cam: Rename cameraName variable | Niklas Söderlund |
2020-08-10 | libcamera: pipeline: rkisp1: Fix array size of formats | Niklas Söderlund |
2020-08-06 | android: camera_device: Support MJPEG stream construction | Kieran Bingham |
2020-08-06 | android: Introduce JPEG encoding | Kieran Bingham |
2020-08-06 | android: camera_device: Generate ResultMetadata earlier | Kieran Bingham |
2020-08-06 | android: camera_device: Report configuration changes from validate() | Kieran Bingham |
2020-08-06 | android: camera_device: Query plane length | Kieran Bingham |
2020-08-06 | android: camera_device: Only construct required planes | Kieran Bingham |
2020-08-06 | android: camera_device: Report an error in notifyError() | Kieran Bingham |
2020-08-06 | android: camera_device: Fix trivial spelling | Kieran Bingham |
2020-08-06 | libcamera: buffer: Convert copyFrom to use MappedFrameBuffer | Kieran Bingham |
2020-08-06 | test: mapped-buffers: Provide MappedBuffer test | Kieran Bingham |
2020-08-06 | libcamera: buffer: Create a MappedBuffer | Kieran Bingham |
2020-08-06 | libcamera: formats: add numPlanes helper | Kieran Bingham |
2020-08-06 | libcamera: buffer: Correct FrameBuffer references | Kieran Bingham |
2020-08-06 | libcamera: Add build time to version string for dirty builds | Niklas Söderlund |
2020-08-06 | android: camera_device: Initialize 'id_' field in constructor | Umang Jain |
2020-08-06 | android: camera_ops: Fix a documentation spelling typo | Umang Jain |
2020-08-06 | android: camera_hal_manager: Remove unused getStaticMetadata() method | Umang Jain |
2020-08-05 | libcamera: camera_manager: Enforce unique camera IDs | Niklas Söderlund |
2020-08-05 | libcamera: camera: Rename name() to id() | Niklas Söderlund |
2020-08-05 | libcamera: pipeline: uvcvideo: Generate unique camera names | Niklas Söderlund |
2020-08-05 | libcamera: pipelines: Use sensor ID as camera name | Niklas Söderlund |
2020-08-05 | libcamera: camera_sensor: Add accessors for sensor ID | Niklas Söderlund |
2020-08-05 | libcamera: camera_sensor: Generate a sensor ID | Niklas Söderlund |
2020-08-05 | libcamera: v4l2_device: Add method to lookup device path | Niklas Söderlund |
2020-08-05 | libcamera: sysfs: Add helper to lookup device firmware node path | Niklas Söderlund |
2020-08-05 | libcamera: sysfs: Add helper to lookup sysfs path of a character device | Niklas Söderlund |
2020-08-05 | libcamera: ipa: raspberrypi: ALSC: Improve behaviour when camera mode changes | David Plowman |
2020-08-05 | libcamera: ipa: raspberrypi: ALSC: Resample luminance table | David Plowman |
2020-08-05 | libcamera: ipa: raspberrypi: ALSC: Improve locking in a few places | David Plowman |
2020-08-05 | libcamera: ipa: raspberrypi: ALSC: Camera mode does not need to be atomic | David Plowman |
2020-08-05 | android: camera_device: Fix preview template | Jacopo Mondi |