groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.mavlink
/
SetStillCaptureModeCommand
Set
Still
Capture
Mode
Command
class
SetStillCaptureModeCommand
:
MavlinkCommand
MAVLink command which allows to set the still capture mode.
Members
Constructors
Set
Still
Capture
Mode
Command
Link copied to clipboard
constructor
(
@
NonNull
mode
:
SetStillCaptureModeCommand.Mode
,
interval
:
Double
)
Constructor.
Types
Mode
Link copied to clipboard
enum
Mode
Still capture mode.
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Interval
Link copied to clipboard
open
fun
getInterval
(
)
:
Double
Retrieves the time-lapse interval in seconds (if mode is
TIMELAPSE
), or GPS-lapse interval in meters (if mode is
GPSLAPSE
).
get
Mode
Link copied to clipboard
@
NonNull
open
fun
getMode
(
)
:
SetStillCaptureModeCommand.Mode
Retrieves the still capture mode.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int