Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | libcamera: camera_manager: Make the class a singleton | Laurent Pinchart | |
There can only be a single camera manager instance in the application. Creating it as a singleton helps avoiding mistakes. It also allows the camera manager to be used as a storage of global data, such as the future event dispatcher. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> | |||
2018-12-31 | tests: add test to list all cameras in the system | Niklas Söderlund | |
Add simple test which lists all cameras detected in the system. The test fails if no camera can be found. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> |