Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-22 | cam: camera_session: Access event loop through global instance | Laurent Pinchart | |
Don't pass the event loop to the CameraSession constructor, as passing this global object explicitly isn't a design that can scale. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> | |||
2021-07-22 | cam: Rename Capture to CameraSession | Laurent Pinchart | |
Rename the Capture class to CameraSession, to prepare for multi-camera support that will gather more camera-related operations than capture in that class. While at it, remove an unneeded blank line. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> |