summaryrefslogtreecommitdiff
path: root/src/cam
AgeCommit message (Expand)Author
2021-07-22cam: Move CameraConfiguration creation to CameraSession classLaurent Pinchart
2021-07-22cam: Store camera session pointer in CamApp classLaurent Pinchart
2021-07-22cam: camera_session: Use std::unique_ptr<> to manage class membersLaurent Pinchart
2021-07-22cam: Move event loop execution from CameraSession to CamAppLaurent Pinchart
2021-07-22cam: Move event loop exit from CameraSession to CamAppLaurent Pinchart
2021-07-22cam: camera_session: Access event loop through global instanceLaurent Pinchart
2021-07-22cam: Rename Capture to CameraSessionLaurent Pinchart
2021-07-22cam: options: Fail parsing when non-option arguments are foundLaurent Pinchart
2021-07-22cam: options: Avoid copies of OptionvValue and KeyValueParser::OptionsLaurent Pinchart
2021-07-22cam: stream_options: Use OptionValue::empty() to test if option is setLaurent Pinchart
2021-07-22cam: options: Add empty() function to OptionValue classLaurent Pinchart
2021-07-22cam: options: Drop some OptionValue cast operatorsLaurent Pinchart
2021-07-22cam: options: Support parent-child relationship between optionsLaurent Pinchart
2021-07-22cam: options: Move key string left in usage() for key-value parserLaurent Pinchart
2021-07-22cam: options: Disable copy for parsersLaurent Pinchart
2021-07-22cam: options: Slit OptionsParser::usage() in two functionsLaurent Pinchart
2021-07-22cam: options: Add optionName() function to Option structureLaurent Pinchart
2021-07-22cam: options: Move OptionValue class after OptionsParserLaurent Pinchart
2021-07-22cam: options: Document the options parser APILaurent Pinchart
2021-07-22cam: options: Move Option struct to options.cppLaurent Pinchart
2021-07-22cam: options: Make KeyValueParser::usage() privateLaurent Pinchart
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-06-25libcamera: rename public libcamera dependencyKieran Bingham
2021-05-06cam: Implement OptMetadataJacopo Mondi
2021-05-06cam: Add option to print the Request metadataJacopo Mondi
2021-03-28meson: Summarize which applications and adaptation layers are builtLaurent Pinchart
2021-03-23meson: Add configuration option to build the cam applicationLaurent Pinchart
2021-03-22cam: Do not assume Location is availableJacopo Mondi
2021-02-05cam: Only queue the exact number of requests asked forNiklas Söderlund
2021-02-05cam: event_loop: Execute events in the libevent loopNiklas Söderlund
2021-02-05cam: event_loop: Rename event_ to base_Niklas Söderlund
2020-11-29cam: Update command line description for stream role optionNaushir Patuck
2020-11-15cam: Move request processing to main threadLaurent Pinchart
2020-11-15cam: event_loop: Add deferred calls supportLaurent Pinchart
2020-11-15cam: Use libevent to implement event loopLaurent Pinchart
2020-10-23libcamera: Declare empty virtual destructors as defaultedLaurent Pinchart
2020-10-21cam: options: Rename optional arg to prevent shadowingKieran Bingham
2020-10-12cam: options: fix access to uninit variableTomi Valkeinen
2020-10-12cam: fix use of uninitialized fieldTomi Valkeinen
2020-10-12libcamera, android, cam, gstreamer, qcam, v4l2: Reuse RequestPaul Elder
2020-10-02cam: Print user-friendly camera namesNiklas Söderlund
2020-09-30libcamera: stream: Rename StillCaptureRaw to RawNiklas Söderlund
2020-08-25cam: Limit file write to payload sizeLaurent Pinchart
2020-08-25cam: Print timestamp of captured buffersLaurent Pinchart
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-08-14libcamera: request: Make Stream pointer constNiklas Söderlund
2020-08-14libcamera: request: Declare a using directive for map of buffersNiklas Söderlund
2020-08-10cam: Rename cameraName variableNiklas Söderlund
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
2020-08-05cam: Use the common cleanup function on failureNiklas Söderlund