Age | Commit message (Expand) | Author |
2021-07-22 | cam: options: Add optionName() function to Option structure | Laurent Pinchart |
2021-07-22 | cam: options: Move OptionValue class after OptionsParser | Laurent Pinchart |
2021-07-22 | cam: options: Document the options parser API | Laurent Pinchart |
2021-07-22 | cam: options: Move Option struct to options.cpp | Laurent Pinchart |
2021-07-22 | cam: options: Make KeyValueParser::usage() private | Laurent Pinchart |
2021-07-11 | libcamera: buffer: Rename buffer.h to framebuffer.h | Laurent Pinchart |
2021-06-25 | libcamera: rename public libcamera dependency | Kieran Bingham |
2021-05-06 | cam: Implement OptMetadata | Jacopo Mondi |
2021-05-06 | cam: Add option to print the Request metadata | Jacopo Mondi |
2021-03-28 | meson: Summarize which applications and adaptation layers are built | Laurent Pinchart |
2021-03-23 | meson: Add configuration option to build the cam application | Laurent Pinchart |
2021-03-22 | cam: Do not assume Location is available | Jacopo Mondi |
2021-02-05 | cam: Only queue the exact number of requests asked for | Niklas Söderlund |
2021-02-05 | cam: event_loop: Execute events in the libevent loop | Niklas Söderlund |
2021-02-05 | cam: event_loop: Rename event_ to base_ | Niklas Söderlund |
2020-11-29 | cam: Update command line description for stream role option | Naushir Patuck |
2020-11-15 | cam: Move request processing to main thread | Laurent Pinchart |
2020-11-15 | cam: event_loop: Add deferred calls support | Laurent Pinchart |
2020-11-15 | cam: Use libevent to implement event loop | Laurent Pinchart |
2020-10-23 | libcamera: Declare empty virtual destructors as defaulted | Laurent Pinchart |
2020-10-21 | cam: options: Rename optional arg to prevent shadowing | Kieran Bingham |
2020-10-12 | cam: options: fix access to uninit variable | Tomi Valkeinen |
2020-10-12 | cam: fix use of uninitialized field | Tomi Valkeinen |
2020-10-12 | libcamera, android, cam, gstreamer, qcam, v4l2: Reuse Request | Paul Elder |
2020-10-02 | cam: Print user-friendly camera names | Niklas Söderlund |
2020-09-30 | libcamera: stream: Rename StillCaptureRaw to Raw | Niklas Söderlund |
2020-08-25 | cam: Limit file write to payload size | Laurent Pinchart |
2020-08-25 | cam: Print timestamp of captured buffers | Laurent Pinchart |
2020-08-25 | meson: Remove -Wno-unused-parameter | Laurent Pinchart |
2020-08-14 | libcamera: request: Make Stream pointer const | Niklas Söderlund |
2020-08-14 | libcamera: request: Declare a using directive for map of buffers | Niklas Söderlund |
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-08-03 | libcamera: stream_option: use format name to set cam/qcam format | Kaaira Gupta |
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-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 |