Age | Commit message (Expand) | Author |
2021-08-05 | cam: Add support for viewfinder through DRM/KMS | 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: 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-05-06 | cam: Add option to print the Request metadata | Jacopo Mondi |
2021-03-22 | cam: Do not assume Location is available | Jacopo Mondi |
2020-11-15 | cam: Use libevent to implement event loop | Laurent Pinchart |
2020-10-02 | cam: Print user-friendly camera names | Niklas Söderlund |
2020-08-25 | meson: Remove -Wno-unused-parameter | Laurent Pinchart |
2020-08-10 | cam: Rename cameraName variable | Niklas Söderlund |
2020-08-05 | libcamera: camera: Rename name() to id() | Niklas Söderlund |
2020-08-05 | cam: Use the common cleanup function on failure | Niklas Söderlund |
2020-08-03 | cam: Add --monitor option | Umang Jain |
2020-07-27 | cam: Add optional argument to --capture to specify how many frames to capture | Niklas Söderlund |
2020-07-27 | cam: capture: Cache the EventLoop handler | Niklas Söderlund |
2020-07-27 | cam: Add option to disallow adjusting of requested formats | Niklas Söderlund |
2020-05-01 | cam: Make use of StreamKeyValueParser | Niklas Söderlund |
2020-04-26 | cam: Add an option to list camera controls | Laurent Pinchart |
2020-04-26 | cam: Rename OptProps to OptListProperties | Laurent Pinchart |
2020-03-27 | cam: Add option to capture StillCaptureRaw stream | Niklas Söderlund |
2020-03-24 | cam: main: Cache lookup of role property | Laurent Pinchart |
2020-03-20 | cam: Print one property per line | Jacopo Mondi |
2020-03-18 | libcamera: PixelFormat: Turn into a class | Niklas Söderlund |
2020-03-18 | libcamera: Use PixelFormat instead of unsigned int where appropriate | Niklas Söderlund |
2020-03-06 | cam: Add option to list camera properties | Jacopo Mondi |
2019-11-20 | cam: Store camera as shared pointer everywhere | Niklas Söderlund |
2019-08-19 | libcamera: camera_manager: Construct CameraManager instances manually | Laurent Pinchart |
2019-06-19 | cam: Add --info option to print information about stream(s) | Niklas Söderlund |
2019-06-19 | cam: Validate camera configuration | Niklas Söderlund |
2019-06-19 | cam: Move camera configuration preparation to CamApp | Niklas Söderlund |
2019-06-18 | cam: Allow selecting cameras by index | Laurent Pinchart |
2019-06-10 | cam: Fix cam --help crash | Niklas Söderlund |
2019-05-25 | cam: Add CamApp class | Niklas Söderlund |
2019-05-25 | cam: capture: Break out capture to a new class | Niklas Söderlund |