Currently waypointV2Mission does not support setting CameraOperationType.START_INTERVAL_SHOOT directly to achieve interval shooting feature. You need to use a trigger such as ActionTriggerType.SIMPLE_INTERVAL, then WaypointIntervalTriggerParam provides you two different type of parameters to acheve a interval shooting feature.
- ActionIntervalType.DISTANCE: Repeat in a specified distance.
- ActionIntervalType.TIME: Repeat in a specified time.
Comments
0 comments
Please sign in to leave a comment.