Closed masayuki-kobayashi1 closed 8 months ago
https://github.com/AutelSDK/MSDK2.0_MissionDemo similar to this
public enum CameraAction { /**
Point Action - None **/ POINT_NONE(20),
UNKNOWN(-1); }
AirLineCreator this class
@AutelSDK I'm not really understanding how to use each of them yet. What is the difference between TAKE_PHOTO and POINT_TAKE_PHOTO? What is the difference between TAKE_PHOTO, TIMELAPSE, DISTANCE, and DISTANCE_SCAN? Thank you.
@AutelSDK Can you give me some information as it is very difficult to know the difference on my own?
@AutelSDK I am trying to add a camera action to Waypoint mission. I think CameraActionJNI is the camera action, but I would like to know what each enum means. CameraActionJNI is written in here
And, If I want to perform multiple actions in any waypoint, how should I implement it? For example, with a specific WP, I want the drone to turn the gimbal angle to 90°, take a picture, wait 3 seconds, then take another picture) Please could you give me an example code? Thank you.