summaryrefslogtreecommitdiff
path: root/src/libcamera/camera_manager.cpp
AgeCommit message (Expand)Author
2021-07-12libcamera: Drop the LIBCAMERA_D_PTR macro in favour of the _d() functionLaurent Pinchart
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2021-04-07libcamera: camera_manager: Remove \todo on hotplug/unplug of camerasUmang Jain
2021-03-25libcamera: camera_manager: Document the CameraManager destructorLaurent Pinchart
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-11-08libcamera: camera_manager: Inherit from ExtensibleLaurent Pinchart
2020-10-28libcamera: camera_manager: Make CameraManager::Private::mutex_ mutableLaurent Pinchart
2020-10-20libcamera: Document the libcamera namespaceLaurent Pinchart
2020-10-07libcamera: PipelineHandler: Move printing pipeline names to CameraManagerPaul Elder
2020-10-07libcamera: ProcessManager: make ProcessManager lifetime explicitly managedPaul Elder
2020-08-05libcamera: camera_manager: Enforce unique camera IDsNiklas Söderlund
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
2020-07-31libcamera: camera: Ensure deletion via deleteLater()Umang Jain
2020-06-17libcamera: camera_manager: Introduce signals when a camera is added or removedUmang Jain
2020-06-17libcamera: device_enumerator: Emit a signal when new devices are addedUmang Jain
2020-06-17libcamera: camera_manager: Refactor pipelines creation into separate functionUmang Jain
2020-06-17libcamera: CameraManager: Drop the vector of created PipelineHandlersUmang Jain
2020-06-09libcamera: CameraManager, PipelineHandler: Automatically map devnums to CameraPaul Elder
2020-06-08libcamera: IPAManager: make IPAManager lifetime explicitly managedPaul Elder
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-02-13libcamera: camera_manager: Run the camera manager in a threadLaurent Pinchart
2020-01-23libcamera: camera_manager: Return a copy of the vector from cameras()Laurent Pinchart
2020-01-23libcamera: camera_manager: Move private data members to private implementationLaurent Pinchart
2020-01-03libcamera: camera_manager, pipeline_handler: allow retrieving cameras by devi...Paul Elder
2019-10-04libcamera: camera_manager: Fix typo in the documentationLaurent Pinchart
2019-08-19libcamera: camera_manager: Construct CameraManager instances manuallyLaurent Pinchart
2019-08-17libcamera: camera_manager: Bind CameraManager to threadsLaurent Pinchart
2019-07-11libcamera: Add thread supportLaurent Pinchart
2019-07-09libcamera: Rework automatic version generation to avoid rebuildsLaurent Pinchart
2019-07-04libcamera: Auto generate version informationKieran Bingham
2019-04-27libcamera: Make libudev optionalLaurent Pinchart
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