Age | Commit message (Expand) | Author |
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 |
2021-07-22 | cam: options: Drop some OptionValue cast operators | Laurent Pinchart |
2021-07-22 | cam: options: Support parent-child relationship between options | Laurent Pinchart |
2021-07-22 | cam: options: Move key string left in usage() for key-value parser | Laurent Pinchart |
2021-07-22 | cam: options: Disable copy for parsers | Laurent Pinchart |
2021-07-22 | cam: options: Slit OptionsParser::usage() in two functions | Laurent Pinchart |
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 |