Age | Commit message (Expand) | Author |
2019-10-26 | cam: capture: remove unused local variable | Paul Elder |
2019-10-23 | libcamera: Standardise on C compatibility headers | Laurent Pinchart |
2019-09-14 | libcamera: Switch to the std::chrono API | Laurent Pinchart |
2019-08-19 | libcamera: camera_manager: Construct CameraManager instances manually | Laurent Pinchart |
2019-07-14 | libcamera: buffer: Add an accessor to the BufferMemory | Laurent Pinchart |
2019-07-14 | libcamera: stream: Shorten access to the bufferPool | Jacopo Mondi |
2019-07-14 | libcamera: Stop using Stream::bufferPool to get the number of buffers | Laurent Pinchart |
2019-07-14 | libcamera: buffer: Split memory information to BufferMemory | Laurent Pinchart |
2019-06-25 | cam: capture: Stop stream when queueRequest() fails | Helen Koike |
2019-06-19 | cam: Support base 16 and base 8 when parsing integer options | 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 |
2019-05-23 | meson: Create and use a dependency for libcamera and its headers | Laurent Pinchart |
2019-05-23 | cam: Rename conf variable referring to command line option to opt | Laurent Pinchart |
2019-05-23 | libcamera: camera: Add a validation API to the CameraConfiguration class | Laurent Pinchart |
2019-05-23 | libcamera: camera: Return a pointer from generateConfiguration() | Laurent Pinchart |
2019-05-23 | libcamera: Refactor the camera configuration storage and API | Laurent Pinchart |
2019-05-23 | libcamera: Use stream roles directly instead of StreamUsage | Laurent Pinchart |
2019-05-23 | libcamera: camera: Rename configureStreams() and streamConfiguration() | Laurent Pinchart |
2019-04-30 | libcamera: Use the Size class through libcamera | Laurent Pinchart |
2019-04-26 | cam: options: Fix string concatenation | Laurent Pinchart |
2019-04-26 | cam: options: Don't initialise variable-length arrays | Laurent Pinchart |
2019-04-18 | Install the cam and qcam utilities | Laurent Pinchart |
2019-04-09 | cam: Allow cameras with more than one stream | Niklas Söderlund |
2019-04-09 | cam: Extend request completion handler to deal with multiple streams | Niklas Söderlund |
2019-04-09 | cam: Add support to specify multiple stream configurations with roles | Niklas Söderlund |
2019-04-09 | cam: Extend BufferWriter to include a stream name in file path | Niklas Söderlund |
2019-04-09 | cam: Rename --format to --stream | Niklas Söderlund |
2019-04-09 | libcamera: Switch to CameraConfiguration | Niklas Söderlund |
2019-04-05 | libcamera: camera: Add support for stream usages | Niklas Söderlund |
2019-04-04 | cam: Rework how streams configuration is prepared | Niklas Söderlund |
2019-03-27 | cam: Separate options valid() and empty() | Laurent Pinchart |
2019-03-27 | cam: options: Add support for repeatable options | Niklas Söderlund |
2019-03-27 | cam: options: Add an array data type to OptionValue | Niklas Söderlund |
2019-03-25 | cam: options: Create separate enum for OptionValue types | Niklas Söderlund |
2019-03-01 | cam: Don't requeue requests when stopping stream | Laurent Pinchart |
2019-02-28 | libcamera: store stream pointers in sets instead of a vectors | Niklas Söderlund |
2019-02-28 | cam: fix order camera is operated on | Niklas Söderlund |
2019-02-25 | cam: Improve when usage information is printed | Niklas Söderlund |
2019-02-25 | cam: fix printing of camera name | Niklas Söderlund |
2019-02-25 | cam: improve error checking when capturing | Niklas Söderlund |
2019-02-25 | cam: free allocated buffers when done capturing | Niklas Söderlund |
2019-02-25 | cam: fix return type of configureStreams() | Niklas Söderlund |
2019-02-13 | cam: options: Fix coding style issue related to templates | Laurent Pinchart |
2019-02-06 | cam: Add option to write raw frames to disk | Niklas Söderlund |