index
:
libcamera/pinchartl/libcamera.git
master
mtk/camsv
mtk/multi-cam
rpi/streams/next
simple/imx8
Laurent Pinchart's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcamera
/
camera_manager.cpp
Age
Commit message (
Expand
)
Author
2020-02-13
libcamera: camera_manager: Run the camera manager in a thread
Laurent Pinchart
2020-01-23
libcamera: camera_manager: Return a copy of the vector from cameras()
Laurent Pinchart
2020-01-23
libcamera: camera_manager: Move private data members to private implementation
Laurent Pinchart
2020-01-03
libcamera: camera_manager, pipeline_handler: allow retrieving cameras by devi...
Paul Elder
2019-10-04
libcamera: camera_manager: Fix typo in the documentation
Laurent Pinchart
2019-08-19
libcamera: camera_manager: Construct CameraManager instances manually
Laurent Pinchart
2019-08-17
libcamera: camera_manager: Bind CameraManager to threads
Laurent Pinchart
2019-07-11
libcamera: Add thread support
Laurent Pinchart
2019-07-09
libcamera: Rework automatic version generation to avoid rebuilds
Laurent Pinchart
2019-07-04
libcamera: Auto generate version information
Kieran Bingham
2019-04-27
libcamera: Make libudev optional
Laurent Pinchart
2019-04-26
libcamera: Remove outdated \todo comments
Laurent Pinchart
2019-04-19
libcamera: Include header related to source file first
Laurent Pinchart
2019-04-19
libcamera: Document documentation style and update the code accordingly
Laurent Pinchart
2019-02-27
libcamera: align the documentation for numeric error codes
Niklas Söderlund
2019-01-24
libcamera: camera_manager: Add method to unregister a camera
Laurent Pinchart
2019-01-24
libcamera: camera: Associate cameras with their pipeline handler
Niklas Söderlund
2019-01-24
libcamera: pipeline_handler: Store the camera manager pointer
Laurent Pinchart
2019-01-23
libcamera: fix odd include file hierarchy
Niklas Söderlund
2019-01-22
libcamera: camera_manager: Return EBUSY if enumerator exists
Kieran Bingham
2019-01-21
libcamera: Use log categories
Laurent Pinchart
2019-01-21
libcamera: camera: Handle camera objects through shared pointers
Laurent Pinchart
2019-01-21
libcamera: camera_manager: Register cameras with the camera manager
Laurent Pinchart
2019-01-21
libcamera: camera_manager: Use std::unique_ptr to store event dispatcher
Laurent Pinchart
2019-01-16
libcamera: camera_manager: Turn enumerator into a unique_ptr<>
Laurent Pinchart
2019-01-16
libcamera: pipeline_handler: Rename handlers() method to factories()
Laurent Pinchart
2019-01-16
libcamera: camera_manager: Improve class documentation
Laurent Pinchart
2019-01-16
libcamera: pipeline_handler: Don't index factories by name
Laurent Pinchart
2019-01-08
libcamera: Add a poll-based event dispatcher
Laurent Pinchart
2019-01-08
libcamera: Add event notification infrastructure
Laurent Pinchart
2019-01-08
libcamera: camera_manager: Make the class a singleton
Laurent Pinchart
2018-12-31
libcamera: camera_manager: add CameraManager class
Niklas Söderlund