Skip to content

Commit

Permalink
Merge pull request #358 from mavlink/pr-multiple-cameras-2
Browse files Browse the repository at this point in the history
camera: enable list photos again
  • Loading branch information
julianoes authored Dec 17, 2024
2 parents 7d1776a + 176cccd commit 2c24f6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion protos/camera/camera.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
/*
Expand Down

0 comments on commit 2c24f6a

Please sign in to comment.