Age | Commit message (Expand) | Author |
2021-08-03 | qcam: Support OpenGL ES 2.0 | Laurent Pinchart |
2021-08-03 | libcamera: camera: Make Camera::Private members private | Laurent Pinchart |
2021-08-03 | libcamera: camera: Move Camera::Private to header file | Laurent Pinchart |
2021-08-03 | Documentation: Doxygen: Don't exclude Private classes | Laurent Pinchart |
2021-08-03 | libcamera: frame_buffer: Document the FrameBuffer::Private class | Laurent Pinchart |
2021-08-03 | libcamera: base: class: Don't pass Extensible pointer to Private constructor | Laurent Pinchart |
2021-08-03 | libcamera: base: class: Link LIBCAMERA_O_PTR to Extensible documentation | Laurent Pinchart |
2021-08-03 | libcamera: base: class: Document Extensible::_d() functions | Laurent Pinchart |
2021-08-03 | libcamera: file: Turn MapFlag and OpenModeFlag into enum class | Laurent Pinchart |
2021-08-03 | libcamera: file: Use Flags<> class for open flags | Laurent Pinchart |
2021-08-03 | libcamera: file: Use Flags<> class for map flags | Laurent Pinchart |
2021-08-03 | test: Add tests for the Flags class | Laurent Pinchart |
2021-08-03 | libcamera: flags: Add type-safe enum-based flags | Laurent Pinchart |
2021-08-03 | utils: raspberrypi: ctt: Fix namespace for sklearn NearestCentroid function | David Plowman |
2021-08-03 | meson: Update min clang version to 9 | Paul Elder |
2021-08-02 | android, controls: Add and plumb MaxLatency control | Paul Elder |
2021-08-02 | android: Add skeletal still and manual request templates | Paul Elder |
2021-08-02 | android: capabilities: Make keys list into set and member variable | Paul Elder |
2021-08-02 | android: Add helpers for setting android metadata from libcamera controls | Paul Elder |
2021-08-02 | android: Add infrastructure for determining capabilities and hardware level | Paul Elder |
2021-08-02 | android: jpeg: get ISO from SENSOR_SENSITIVITY | Paul Elder |
2021-08-02 | android: metadata: Fix addEntry template type | Paul Elder |
2021-08-02 | android: metadata: Add hasEntry and entryContains | Paul Elder |
2021-08-02 | controls: Add boolean constructors for ControlInfo | Paul Elder |
2021-08-02 | ipa: raspberrypi: Add support for imx378 sensor | David Plowman |
2021-08-02 | utils: raspberrypi: ctt: Fix usage of findHomography function | David Plowman |
2021-07-28 | ipa: raspberrypi: Return controls::FrameDuration from the IPA | Naushir Patuck |
2021-07-28 | pipeline: raspberrypi: Fix a bug when clearing out Request buffers on stop | Naushir Patuck |
2021-07-28 | gstreamer: Store group_id in GstLibcameraSrcState | Vedant Paranjape |
2021-07-27 | android: capabilities: Centralize RAW support check | Jacopo Mondi |
2021-07-27 | android: capabilties: Rationalize get[YUV|Raw]Resolution names | Jacopo Mondi |
2021-07-27 | android: capabilities: Use a throw-away config for YUV stream building | Jacopo Mondi |
2021-07-27 | ipa: core.mojom: Rework core file documentation | Jacopo Mondi |
2021-07-27 | cam: options: Restore std::cerr adjustment field | Laurent Pinchart |
2021-07-27 | utils: ipc: Assign a new gid to proxy worker | Umang Jain |
2021-07-26 | libcamera: CameraSensorProperties: Sort entries | Laurent Pinchart |
2021-07-25 | libcamera: Add OV8865 sensor properties | Daniel Scally |
2021-07-25 | libipa: Add CameraSensorHelper for ov8865 | Daniel Scally |
2021-07-23 | libipa: Add CameraSensorHelper for IMX258 | Umang Jain |
2021-07-23 | cam: Initialize CamApp::loopUsers_ | Laurent Pinchart |
2021-07-22 | cam: Support using multiple cameras concurrently | Laurent Pinchart |
2021-07-22 | cam: Add camera index to file name of capture frames | Laurent Pinchart |
2021-07-22 | cam: Make camera-related options sub-options of OptCamera | Laurent Pinchart |
2021-07-22 | cam: Allow specifying directories in the --file option | Laurent Pinchart |
2021-07-22 | cam: Reorganize run() function and merge the two event loops | Laurent Pinchart |
2021-07-22 | cam: Move session_ member variable to a local variable in run() function | Laurent Pinchart |
2021-07-22 | cam: Move printing of camera information to CameraSession class | Laurent Pinchart |
2021-07-22 | cam: Move camera session creation and monitoring setup to run() | Laurent Pinchart |
2021-07-22 | cam: Make CamApp::cameraName() static | Laurent Pinchart |
2021-07-22 | cam: Drop unneeded error check and message | Laurent Pinchart |