Age | Commit message (Expand) | Author |
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 |
2019-02-06 | cam: Add BufferWriter helper | Niklas Söderlund |
2019-02-06 | cam: Add capture operation | Niklas Söderlund |
2019-02-01 | cam: options: Add explicit conversion methods to OptionValue | Laurent Pinchart |
2019-02-01 | cam: Add --format option to configure a stream | Niklas Söderlund |
2019-02-01 | cam: options: Add a key=value parser | Niklas Söderlund |
2019-02-01 | cam: options: Add option type handling to options parser | Laurent Pinchart |
2019-02-01 | cam: options: Store options in a list instead of a vector | Laurent Pinchart |
2019-02-01 | cam: options: Return whether addOption() succeeds or not | Niklas Söderlund |
2019-02-01 | cam: options: Create a template class for options | Niklas Söderlund |
2019-02-01 | cam: options: Move struct Option | Laurent Pinchart |
2019-02-01 | cam: options: Move enum OptionArgument | Niklas Söderlund |
2019-01-27 | cam: options: Indent multi-line help message correctly | Laurent Pinchart |
2019-01-25 | cam: options: optional arguments needs to be specified as --foo=bar | Niklas Söderlund |
2019-01-25 | cam: Add event loop | Laurent Pinchart |
2019-01-22 | cam: options: Don't implement move semantics for OptionsParser::Options | Laurent Pinchart |
2019-01-22 | cam: Extract option parser to separate file | Laurent Pinchart |
2019-01-22 | cam: add utility to control cameras | Niklas Söderlund |