summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-05gstreamer: Update format specifier in Request Pad templateVedant Paranjape
2021-08-04android: nautilus: Add camera HAL configurationUmang Jain
2021-08-04android: Override camera as "Internal" provided found in HAL configUmang Jain
2021-08-04android: Disallow external location in HAL configUmang Jain
2021-08-04android: Instantiate CameraDevice after checking HAL config validityUmang Jain
2021-08-03qcam: Support OpenGL ES 2.0Laurent Pinchart
2021-08-03libcamera: camera: Move Camera::Private to header fileLaurent Pinchart
2021-08-03libcamera: frame_buffer: Document the FrameBuffer::Private classLaurent Pinchart
2021-08-03libcamera: base: class: Don't pass Extensible pointer to Private constructorLaurent Pinchart
2021-08-03libcamera: base: class: Link LIBCAMERA_O_PTR to Extensible documentationLaurent Pinchart
2021-08-03libcamera: base: class: Document Extensible::_d() functionsLaurent Pinchart
2021-08-03libcamera: file: Turn MapFlag and OpenModeFlag into enum classLaurent Pinchart
2021-08-03libcamera: file: Use Flags<> class for open flagsLaurent Pinchart
2021-08-03libcamera: file: Use Flags<> class for map flagsLaurent Pinchart
2021-08-03libcamera: flags: Add type-safe enum-based flagsLaurent Pinchart
2021-08-02android, controls: Add and plumb MaxLatency controlPaul Elder
2021-08-02android: Add skeletal still and manual request templatesPaul Elder
2021-08-02android: capabilities: Make keys list into set and member variablePaul Elder
2021-08-02android: Add helpers for setting android metadata from libcamera controlsPaul Elder
2021-08-02android: Add infrastructure for determining capabilities and hardware levelPaul Elder
2021-08-02android: jpeg: get ISO from SENSOR_SENSITIVITYPaul Elder
2021-08-02android: metadata: Fix addEntry template typePaul Elder
2021-08-02android: metadata: Add hasEntry and entryContainsPaul Elder
2021-08-02controls: Add boolean constructors for ControlInfoPaul Elder
2021-08-02ipa: raspberrypi: Add support for imx378 sensorDavid Plowman
2021-07-28ipa: raspberrypi: Return controls::FrameDuration from the IPANaushir Patuck
2021-07-28pipeline: raspberrypi: Fix a bug when clearing out Request buffers on stopNaushir Patuck
2021-07-28gstreamer: Store group_id in GstLibcameraSrcStateVedant Paranjape
2021-07-27android: capabilities: Centralize RAW support checkJacopo Mondi
2021-07-27android: capabilties: Rationalize get[YUV|Raw]Resolution namesJacopo Mondi
2021-07-27android: capabilities: Use a throw-away config for YUV stream buildingJacopo Mondi
2021-07-27cam: options: Restore std::cerr adjustment fieldLaurent Pinchart
2021-07-26libcamera: CameraSensorProperties: Sort entriesLaurent Pinchart
2021-07-25libcamera: Add OV8865 sensor propertiesDaniel Scally
2021-07-25libipa: Add CameraSensorHelper for ov8865Daniel Scally
2021-07-23libipa: Add CameraSensorHelper for IMX258Umang Jain
2021-07-23cam: Initialize CamApp::loopUsers_Laurent Pinchart
2021-07-22cam: Support using multiple cameras concurrentlyLaurent Pinchart
2021-07-22cam: Add camera index to file name of capture framesLaurent Pinchart
2021-07-22cam: Make camera-related options sub-options of OptCameraLaurent Pinchart
2021-07-22cam: Allow specifying directories in the --file optionLaurent Pinchart
2021-07-22cam: Reorganize run() function and merge the two event loopsLaurent Pinchart
2021-07-22cam: Move session_ member variable to a local variable in run() functionLaurent Pinchart
2021-07-22cam: Move printing of camera information to CameraSession classLaurent Pinchart
2021-07-22cam: Move camera session creation and monitoring setup to run()Laurent Pinchart
2021-07-22cam: Make CamApp::cameraName() staticLaurent Pinchart
2021-07-22cam: Drop unneeded error check and messageLaurent Pinchart
2021-07-22cam: Use std::unique_ptr<> to manage CameraManagerLaurent Pinchart
2021-07-22cam: Move camera acquire to the CameraSession classLaurent Pinchart
2021-07-22cam: Move CameraConfiguration creation to CameraSession classLaurent Pinchart