public enum MavCmdImageStartCapture extends Enum<MavCmdImageStartCapture>
| 枚举常量和说明 |
|---|
PARAM_1
Duration between two consecutive pictures (in seconds)
|
PARAM_2
Number of images to capture total - 0 for unlimited capture
|
PARAM_3
Resolution in megapixels (0.3 for 640x480, 1.3 for 1280x720, etc)
|
public static final MavCmdImageStartCapture PARAM_1
public static final MavCmdImageStartCapture PARAM_2
public static final MavCmdImageStartCapture PARAM_3
public static MavCmdImageStartCapture[] values()
for (MavCmdImageStartCapture c : MavCmdImageStartCapture.values()) System.out.println(c);
public static MavCmdImageStartCapture valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.