Age | Commit message (Expand) | Author |
2020-05-18 | (q)cam: Fix header guards | Laurent Pinchart |
2020-05-13 | licenses: License all meson files under CC0-1.0 | Laurent Pinchart |
2020-05-01 | cam: Make use of StreamKeyValueParser | Niklas Söderlund |
2020-05-01 | cam: Add helper class to parse stream configuration | Niklas Söderlund |
2020-05-01 | cam: options: Add public method to invalidate options | Niklas Söderlund |
2020-05-01 | cam: options: Make KeyValueParser::parse() virtual | 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: framebuffer_allocator: Lift camera restrictions on allocator | Laurent Pinchart |
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-18 | cam: Create stream names after configuring the camera | Niklas Söderlund |
2020-03-08 | cam: Link against libatomic if needed | Laurent Pinchart |
2020-03-06 | cam: Add option to list camera properties | Jacopo Mondi |
2020-01-12 | libcamera: camera: Remove the prepared state | Niklas Söderlund |
2020-01-12 | cam: Cache buffer memory mapping | Niklas Söderlund |
2020-01-12 | libcamera: Switch to FrameBuffer interface | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Move captured metadata to FrameMetadata | Niklas Söderlund |
2020-01-12 | libcamera: request: In addBuffer() do not fetch stream from Buffer | Niklas Söderlund |
2020-01-12 | libcamera: buffer: Switch from Plane to FrameBuffer::Plane | Niklas Söderlund |
2019-12-16 | libcamera: Remove buffer index from logging | Niklas Söderlund |
2019-11-26 | cam: options: Fix unitialized variable warning | Laurent Pinchart |
2019-11-20 | cam: Store camera as shared pointer everywhere | Niklas Söderlund |
2019-11-20 | cam: BufferWriter: Use the libcamera namespace | Niklas Söderlund |
2019-11-19 | libcamera: camera: Remove explicit stream to buffer map in requestCompleted s... | Niklas Söderlund |
2019-11-08 | libcamera: Remove unneeded semicolons | Laurent Pinchart |
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 |