Skip to content

Commit 176cccd

Browse files
committed
camera: enable list photos again
1 parent 11dbf8c commit 176cccd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

protos/camera/camera.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ service CameraService {
5050
*/
5151
rpc SetMode(SetModeRequest) returns(SetModeResponse) {}
5252
/*
53-
* List photos available on the camera (currently not implemented).
53+
* List photos available on the camera.
54+
*
55+
* Note that this might need to be called initially to set the PhotosRange accordingly.
56+
* Once set to 'all' rather than 'since connection', it will try to request the previous
57+
* images over time.
5458
*/
5559
rpc ListPhotos(ListPhotosRequest) returns(ListPhotosResponse) {}
5660
/*

0 commit comments

Comments
 (0)