We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dbf8c commit 176cccdCopy full SHA for 176cccd
protos/camera/camera.proto
@@ -50,7 +50,11 @@ service CameraService {
50
*/
51
rpc SetMode(SetModeRequest) returns(SetModeResponse) {}
52
/*
53
- * List photos available on the camera (currently not implemented).
+ * 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.
58
59
rpc ListPhotos(ListPhotosRequest) returns(ListPhotosResponse) {}
60
0 commit comments