summaryrefslogtreecommitdiff
path: root/src/cam/camera_session.cpp
AgeCommit message (Expand)Author
2022-10-20Move test applications to src/apps/Laurent Pinchart
2022-10-19cam: file_sink: Add support for DNG outputPaul Elder
2022-05-23cam: sdl_sink: Add SDL sink with initial YUYV supportEric Curtin
2022-05-22cam: Use script parser to set controlsJacopo Mondi
2022-05-22cam: Queue requests through CameraSession::queueRequest()Jacopo Mondi
2022-05-04libcamera: Replace toString with operator<<() for format classesLaurent Pinchart
2022-05-04libcamera: Replace toString with operator<<() for geometry classesLaurent Pinchart
2022-02-21cam: Use structured bindings in range-based for loopsNejc Galof
2021-10-15cam: Drop frames once the capture limit is reachedLaurent Pinchart
2021-10-15cam: Pass stream names to FileSinkLaurent Pinchart
2021-10-15cam: Rename CameraSession::streamName_ to streamNames_Laurent Pinchart
2021-09-07libcamera: framebuffer: Prevent modifying the number of metadata planesLaurent Pinchart
2021-08-05cam: Add support for viewfinder through DRM/KMSLaurent Pinchart
2021-08-05cam: Rename BufferWriter to FileSinkLaurent Pinchart
2021-08-05cam: Turn BufferWriter into a FrameSinkLaurent 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: Move printing of camera information to CameraSession classLaurent Pinchart
2021-07-22cam: Move camera acquire to the CameraSession classLaurent Pinchart
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