libcamera: camera_manager: Remove \todo on hotplug/unplug of cameras
Fixes: e9b47217b4
("libcamera: camera_manager: Introduce signals when a camera is added or removed")
Signed-off-by: Umang Jain <email@uajain.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
41d7810436
commit
43ab65df8d
1 changed files with 0 additions and 4 deletions
|
@ -251,10 +251,6 @@ void CameraManager::Private::removeCamera(Camera *camera)
|
|||
* action from the application. Once the application has released all the
|
||||
* references it held to cameras, the camera manager can be stopped with
|
||||
* stop().
|
||||
*
|
||||
* \todo Add interface to register a notification callback to the user to be
|
||||
* able to inform it new cameras have been hot-plugged or cameras have been
|
||||
* removed due to hot-unplug.
|
||||
*/
|
||||
|
||||
CameraManager *CameraManager::self_ = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue