java.lang.Object | ||
↳ | dji.sdk.missionmanager.DJIMission | |
↳ | dji.sdk.missionmanager.DJIPanoramaMission |
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.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Supported only by the Osmo camera
Modes for panorama mission.
Supported only by the Osmo camera
Constructor for the Panorama mission object with panorama mode.
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.
Determines whether the current mission can be paused.
true
if mission can be paused, false
otherwise.