summaryrefslogtreecommitdiff
path: root/src/libcamera/camera_manager.cpp
AgeCommit message (Expand)Author
2019-04-26libcamera: Remove outdated \todo commentsLaurent Pinchart
2019-04-19libcamera: Include header related to source file firstLaurent Pinchart
2019-04-19libcamera: Document documentation style and update the code accordinglyLaurent Pinchart
2019-02-27libcamera: align the documentation for numeric error codesNiklas Söderlund
2019-01-24libcamera: camera_manager: Add method to unregister a cameraLaurent Pinchart
2019-01-24libcamera: camera: Associate cameras with their pipeline handlerNiklas Söderlund
2019-01-24libcamera: pipeline_handler: Store the camera manager pointerLaurent Pinchart
2019-01-23libcamera: fix odd include file hierarchyNiklas Söderlund
2019-01-22libcamera: camera_manager: Return EBUSY if enumerator existsKieran Bingham
2019-01-21libcamera: Use log categoriesLaurent Pinchart
2019-01-21libcamera: camera: Handle camera objects through shared pointersLaurent Pinchart
2019-01-21libcamera: camera_manager: Register cameras with the camera managerLaurent Pinchart
2019-01-21libcamera: camera_manager: Use std::unique_ptr to store event dispatcherLaurent Pinchart
2019-01-16libcamera: camera_manager: Turn enumerator into a unique_ptr<>Laurent Pinchart
2019-01-16libcamera: pipeline_handler: Rename handlers() method to factories()Laurent Pinchart
2019-01-16libcamera: camera_manager: Improve class documentationLaurent Pinchart
2019-01-16libcamera: pipeline_handler: Don't index factories by nameLaurent Pinchart
2019-01-08libcamera: Add a poll-based event dispatcherLaurent Pinchart
2019-01-08libcamera: Add event notification infrastructureLaurent Pinchart
2019-01-08libcamera: camera_manager: Make the class a singletonLaurent Pinchart
2018-12-31libcamera: camera_manager: add CameraManager classNiklas Söderlund