From 176cccde78799a8e5ad36abd3e8838e98ac21a36 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Fri, 13 Dec 2024 16:04:18 +1300 Subject: [PATCH] camera: enable list photos again --- protos/camera/camera.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/protos/camera/camera.proto b/protos/camera/camera.proto index 9ff7f408..fb71b79f 100644 --- a/protos/camera/camera.proto +++ b/protos/camera/camera.proto @@ -50,7 +50,11 @@ service CameraService { */ rpc SetMode(SetModeRequest) returns(SetModeResponse) {} /* - * List photos available on the camera (currently not implemented). + * List photos available on the camera. + * + * Note that this might need to be called initially to set the PhotosRange accordingly. + * Once set to 'all' rather than 'since connection', it will try to request the previous + * images over time. */ rpc ListPhotos(ListPhotosRequest) returns(ListPhotosResponse) {} /*