public class

DJIPanoramaMission

extends DJIMission
java.lang.Object
   ↳ dji.sdk.missionmanager.DJIMission
     ↳ dji.sdk.missionmanager.DJIPanoramaMission

Class Overview

During a Panorama Mission, the user can rotate the camera 360 or 180 degrees to take several photos, and then download the photos to render a panorama. In full circle mode, 8 photos are taken. In half circle mode, 5 photos are taken. Commands cannot be sent to the camera until the mission is finished. The Panorama Mission does not support the image stitching feature, so the images must be stitched manually. All the images will be stored on the SD card. Panorama Mission is only supported by Osmo with X3 camera and Z3 camera.

Summary

Nested Classes
class DJIPanoramaMission.DJIPanoramaMissionStatus Supported only by the Osmo camera
This class provides the real-time status of an executing panorama mission. 
enum DJIPanoramaMission.DJIPanoramaMode Supported only by the Osmo camera
Defines options for different types of modes for a panorama mission. 
Fields
public DJIPanoramaMission.DJIPanoramaMode mPanoramaMode Supported only by the Osmo camera
Modes for panorama mission.
Public Constructors
DJIPanoramaMission(DJIPanoramaMission.DJIPanoramaMode panoramaType)
Supported only by the Osmo camera
Constructor for the Panorama mission object with panorama mode.
Public Methods
void getPanoramaMediaFile(DJICompletionCallbackWith<DJIMedia> callback)
Supported only by the Osmo camera
Retrieves the DJIMedia object for the recently finished panorama mission.
boolean isPausable()
Determines whether the current mission can be paused.
[Expand]
Inherited Methods
From class dji.sdk.missionmanager.DJIMission
From class java.lang.Object

Fields

public DJIPanoramaMission.DJIPanoramaMode mPanoramaMode

Supported only by the Osmo camera
Modes for panorama mission.

Public Constructors

public DJIPanoramaMission (DJIPanoramaMission.DJIPanoramaMode panoramaType)

Supported only by the Osmo camera
Constructor for the Panorama mission object with panorama mode.

Public Methods

public void getPanoramaMediaFile (DJICompletionCallbackWith<DJIMedia> callback)

Supported only by the Osmo camera
Retrieves the DJIMedia object for the recently finished panorama mission. Use fetchSubMediaFileList method on the retrieved DJIMedia to retrieve the panorama photos.

public boolean isPausable ()

Determines whether the current mission can be paused.

Returns
  • true if mission can be paused, false otherwise.