summaryrefslogtreecommitdiff
path: root/src/cam
AgeCommit message (Expand)Author
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
2020-08-03cam: Add --monitor optionUmang Jain
2020-08-03libcamera: stream_option: use format name to set cam/qcam formatKaaira Gupta
2020-07-27cam: Add optional argument to --capture to specify how many frames to captureNiklas Söderlund
2020-07-27cam: capture: Cache the EventLoop handlerNiklas Söderlund
2020-07-27cam: Add option to disallow adjusting of requested formatsNiklas Söderlund
2020-05-18(q)cam: Fix header guardsLaurent Pinchart
2020-05-13licenses: License all meson files under CC0-1.0Laurent Pinchart
2020-05-01cam: Make use of StreamKeyValueParserNiklas Söderlund
2020-05-01cam: Add helper class to parse stream configurationNiklas Söderlund
2020-05-01cam: options: Add public method to invalidate optionsNiklas Söderlund
2020-05-01cam: options: Make KeyValueParser::parse() virtualNiklas Söderlund
2020-04-26cam: Add an option to list camera controlsLaurent Pinchart
2020-04-26cam: Rename OptProps to OptListPropertiesLaurent Pinchart
2020-03-27cam: Add option to capture StillCaptureRaw streamNiklas Söderlund
2020-03-24cam: main: Cache lookup of role propertyLaurent Pinchart
2020-03-20cam: Print one property per lineJacopo Mondi
2020-03-18libcamera: framebuffer_allocator: Lift camera restrictions on allocatorLaurent Pinchart
2020-03-18libcamera: PixelFormat: Turn into a classNiklas Söderlund
2020-03-18libcamera: Use PixelFormat instead of unsigned int where appropriateNiklas Söderlund
2020-03-18cam: Create stream names after configuring the cameraNiklas Söderlund
2020-03-08cam: Link against libatomic if neededLaurent Pinchart