Age | Commit message (Expand) | Author |
2022-03-25 | cam: Fix indentation in meson.build | Laurent Pinchart |
2022-02-21 | cam: Use structured bindings in range-based for loops | Nejc Galof |
2022-02-08 | cam: kms_sink: Use the first suitable pipeline found | Eric Curtin |
2021-12-04 | libcamera: base: shared_fd: Rename fd() to get() | Laurent Pinchart |
2021-11-24 | cam: Convert to pragma once | Kieran Bingham |
2021-10-15 | cam: Remove using namespace in stream_options.h | Hirokazu Honda |
2021-10-15 | cam: Drop frames once the capture limit is reached | Laurent Pinchart |
2021-10-15 | cam: Pass stream names to FileSink | Laurent Pinchart |
2021-10-15 | cam: Rename CameraSession::streamName_ to streamNames_ | Laurent Pinchart |
2021-10-05 | cam: kms_sink: Print display pipeline configuration | Laurent Pinchart |
2021-09-07 | cam: drm: Avoid importing the same dmabuf multiple times | Laurent Pinchart |
2021-09-07 | cam: drm: Set per-plane offsets when creating DRM frame buffer | Laurent Pinchart |
2021-09-07 | cam: drm: Support per-plane stride values | Laurent Pinchart |
2021-09-07 | cam: file_sink: Use Image class to access pixel data | Laurent Pinchart |
2021-09-07 | cam: Add Image class | Laurent Pinchart |
2021-09-07 | libcamera: framebuffer: Prevent modifying the number of metadata planes | Laurent Pinchart |
2021-08-30 | cam: file_sink: Use offset in mapping FrameBuffer | Hirokazu Honda |
2021-08-05 | cam: Add support for viewfinder through DRM/KMS | Laurent Pinchart |
2021-08-05 | cam: kms_sink: Enable display on first frame | Laurent Pinchart |
2021-08-05 | cam: Add KMS sink class | Laurent Pinchart |
2021-08-05 | cam: Add DRM helper classes | Laurent Pinchart |
2021-08-05 | cam: Rename BufferWriter to FileSink | Laurent Pinchart |
2021-08-05 | cam: Turn BufferWriter into a FrameSink | Laurent Pinchart |
2021-08-05 | cam: Add FrameSink base class | Laurent Pinchart |
2021-08-05 | cam: event_loop: Add support for file descriptor events | Laurent Pinchart |
2021-07-27 | cam: options: Restore std::cerr adjustment field | Laurent Pinchart |
2021-07-23 | cam: Initialize CamApp::loopUsers_ | Laurent Pinchart |
2021-07-22 | cam: Support using multiple cameras concurrently | Laurent Pinchart |
2021-07-22 | cam: Add camera index to file name of capture frames | Laurent Pinchart |
2021-07-22 | cam: Make camera-related options sub-options of OptCamera | Laurent Pinchart |
2021-07-22 | cam: Allow specifying directories in the --file option | Laurent Pinchart |
2021-07-22 | cam: Reorganize run() function and merge the two event loops | Laurent Pinchart |
2021-07-22 | cam: Move session_ member variable to a local variable in run() function | Laurent Pinchart |
2021-07-22 | cam: Move printing of camera information to CameraSession class | Laurent Pinchart |
2021-07-22 | cam: Move camera session creation and monitoring setup to run() | Laurent Pinchart |
2021-07-22 | cam: Make CamApp::cameraName() static | Laurent Pinchart |
2021-07-22 | cam: Drop unneeded error check and message | Laurent Pinchart |
2021-07-22 | cam: Use std::unique_ptr<> to manage CameraManager | Laurent Pinchart |
2021-07-22 | cam: Move camera acquire to the CameraSession class | Laurent Pinchart |
2021-07-22 | cam: Move CameraConfiguration creation to CameraSession class | Laurent Pinchart |
2021-07-22 | cam: Store camera session pointer in CamApp class | Laurent Pinchart |
2021-07-22 | cam: camera_session: Use std::unique_ptr<> to manage class members | Laurent Pinchart |
2021-07-22 | cam: Move event loop execution from CameraSession to CamApp | Laurent Pinchart |
2021-07-22 | cam: Move event loop exit from CameraSession to CamApp | Laurent Pinchart |
2021-07-22 | cam: camera_session: Access event loop through global instance | Laurent Pinchart |
2021-07-22 | cam: Rename Capture to CameraSession | Laurent Pinchart |
2021-07-22 | cam: options: Fail parsing when non-option arguments are found | Laurent Pinchart |
2021-07-22 | cam: options: Avoid copies of OptionvValue and KeyValueParser::Options | Laurent Pinchart |
2021-07-22 | cam: stream_options: Use OptionValue::empty() to test if option is set | Laurent Pinchart |
2021-07-22 | cam: options: Add empty() function to OptionValue class | Laurent Pinchart |