summaryrefslogtreecommitdiff
path: root/src/libcamera/camera.cpp
AgeCommit message (Expand)Author
2023-12-21libcamera: camera: Fix unused variable compiler warningLaurent Pinchart
2023-10-23libcamera: Use CameraConfiguration::orientationJacopo Mondi
2023-10-23libcamera: camera: Introduce OrientationJacopo Mondi
2023-09-27libcamera: camera: Introduce SensorConfigurationJacopo Mondi
2023-07-04libcamera: camera: Take span of StreamRole instead of vectorBarnabás Pőcze
2023-06-19libcamera: camera_sensor: Adjust properties::RotationJacopo Mondi
2023-03-21libcamera: camera: Ensure queued requests are invalidKieran Bingham
2023-01-19libcamera: camera: Fix validateColorSpaces to choose "main" colour spaceDavid Plowman
2022-11-14libcamera: Add a PipelineHandler::releaseDevice methodDavid Plowman
2022-11-09libcamera: pipeline_handler: Return unique_ptr from generateConfiguration()Laurent Pinchart
2022-11-08libcamera: camera: Fix the isAcquired testDavid Plowman
2022-09-01libcamera: color_space: Move color space adjustment to ColorSpace classUmang Jain
2022-08-10libcamera: Allow concurrent use of cameras from same pipeline handlerLaurent Pinchart
2022-07-27libcamera: camera: Fix documentation typoUmang Jain
2022-07-20libcamera: Remove extra ':' after '\todo'Laurent Pinchart
2022-07-05libcamera: camera: Reset request sequence number on stop/startUmang Jain
2022-04-12libcamera: camera: Ensure requests belong to the cameraKieran Bingham
2022-02-04libcamera: pipeline_handler: Register requestsKieran Bingham
2021-12-13libcamera: camera: Add validateColorSpaces to CameraConfiguration classDavid Plowman
2021-10-25libcamera: camera: Create a CameraControlValidatorKieran Bingham
2021-09-02libcamera: Drop emitter object pointer from signal argumentsLaurent Pinchart
2021-08-27libcamera: camera configuration: Add at() function in docJacopo Mondi
2021-08-17libcamera: pipeline_handler: Drop controls() and properties() functionsLaurent Pinchart
2021-08-16libcamera: camera: Fix minor issues in Camera::Private documentationLaurent Pinchart
2021-08-16libcamera: pipeline_handler: Move CameraData members to Camera::PrivateLaurent Pinchart
2021-08-16libcamera: camera: Pass Private pointer to Camera constructorLaurent Pinchart
2021-08-16libcamera: base: extensible: Pass private pointer as unique_ptr<>Laurent Pinchart
2021-08-09libcamera: Rename 'method' to 'function'Laurent Pinchart
2021-08-03libcamera: camera: Move Camera::Private to header fileLaurent Pinchart
2021-08-03libcamera: base: class: Don't pass Extensible pointer to Private constructorLaurent Pinchart
2021-07-12libcamera: Drop the LIBCAMERA_D_PTR macro in favour of the _d() functionLaurent Pinchart
2021-07-06libcamera: camera: Make stop() idempotentNícolas F. R. A. Prado
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-04-22libcamera: camera: Assert pipelines complete all requestsKieran Bingham
2021-04-03libcamera: pipeline_handler: Make queueRequest() void functionHirokazu Honda
2021-03-29libcamera: camera: Extend with a Stopping stateKieran Bingham
2021-03-29libcamera: camera: Report function which fails access controlKieran Bingham
2021-03-29libcamera: camera: Validate requests are completed in Running stateKieran Bingham
2021-02-21libcamera: camera: Constify controls argument to start()Laurent Pinchart
2021-01-05libcamera: camera: Fix-typoSebastian Fricke
2020-12-28libcamera: pipeline_handler: Remove Camera argument from request handlingNiklas Söderlund
2020-12-14libcamera: Replace ARRAY_SIZE() with std::size()Laurent Pinchart
2020-12-08libcamera: pipeline: Pass libcamera controls into pipeline_handler::start()Naushir Patuck
2020-11-24libcamera: camera: Document the camera and pipeline modelLaurent Pinchart
2020-11-08libcamera: camera: Inherit from ExtensibleLaurent Pinchart
2020-10-12libcamera, android, cam, gstreamer, qcam, v4l2: Reuse RequestPaul Elder
2020-09-29libcamera: Add user Transform to CameraConfigurationDavid Plowman
2020-09-20libcamera: camera: Optimize camera deletionLaurent Pinchart
2020-08-16libcamera: camera: Mark controls() and properties() as const operationsNiklas Söderlund
2020-08-14libcamera: request: Make Stream pointer constNiklas Söderlund