PhotosRange
public enum PhotosRange : Equatable
Photos range type.
-
All the photos present on the camera.
Declaration
Swift
case all
-
Photos taken since MAVSDK got connected.
Declaration
Swift
case sinceConnection
-
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)