Android SDK Release Notes

Size: px
Start display at page:

Download "Android SDK Release Notes"

Transcription

1 Android SDK Release Notes Release Date Highlights Mobile SDK is now available on our developer website. More information can be obtained from Github page. New product support: The upcoming Zenmuse X5R is supported by Mobile SDK The X5R functionality is the same as X5, except for additional interfaces to access SSD state is present. New firmware support: Mobile SDK supports the upcoming firmware versions for Osmo and Matrice 100. Mobile SDK is also compatible with the current firmware versions for these two products. Refer to Supported Firmwares section below. Other New Features A new callback CameraGeneratedNewMediaFileCallback is added to provide information of a generated media file, including the name, date created and the file size. A new class DJIAuxLink is added to provide signal quality of the remote controller to aircraft control link for aircraft products that use the WiFi video link (Phantom 3 Standard, Phantom 3 4k). A new method getdisplayname is added to DJICamera class to provide the currently connected camera string. A new method getcreateddate has been added to DJIMedia to access the creation date of the media. A string of format "YYYY-MM-DD hh:mm:ss" is returned. A new callback CameraUpdatedCurrentExposureValuesCallback now updates camera exposure values whenever they are changed. In automatic exposure modes, this gives the aperture, shutter and ISO values the camera is selecting, while in manual exposure mode, this gives the exposure compensation required for correct exposure.

2 Supported Products Products Cameras * Phantom 3 Standard, Advanced, 4K & Professional * Inspire 1, Inspire 1 Pro & Inspire 1 RAW * Matrice 100 * Osmo(With X3) * Lightbridge 2 with A2 * Focus * Phantom 3 Cameras * Zenmuse X3, X5, X5R Supported Firmwares Inspire 1: Inspire 1 Pro (X5 camera): Inspire 1 Raw (X5R camera): Upcoming Osmo: and the upcoming version Phantom 3 Professional & Advanced: Phantom 3 Standard: Phantom 3 4K: Matrice 100: and the upcoming version Lightbridge 2: Bug fixes Inaccurate Osmo gimbal push data: Calibration and axis stop status were previously inaccurate, and are now fixed in SDK debug logs shown: Debug logs are now removed and will no longer be shown on the console. Incorrect ultrasonic height: Ultrasonic height data was being pushed with units of decimeter. The units are now meters. Null pointer exception in stopconnectiontodjiproduct if no product connected: The implementation of stopconnectiontodjiproduct has been corrected to fix null pointer exceptions.

3 No callback after invoking rotategimbalbyangle : Callback for rotategimbalbyangle is now called. Interface Changes Deprecated property ismissionreadytoexecute in Mission Manager. Developers should check the status based on the result returned by the callback of preparemission. Remove base error from every sub error class. Now only the DJIError has the common error. The product models have been adjusted from Inspire1Pro to Inspire_1_Pro. Every model now has a method which can provide a UI ready product string. Known Issues CameraGeneratedNewMediaFileCallback might return incorrect information in Zenmuse X5 and X5R: The firmware for Zenmuse X5 and X5R does not fully support this callback in that the information returned by the methods getid(), getfilename(), getmediatype(), getcreateddate() of DJIMedia might not be accurate. java.lang.unsatisfiedlinkerror: This issue is related to the Android platform itself. In Android 6.0, Google fixed the problem where Dalvik was checking access rules incorrectly in previous versions. If the developers set the targetsdkversion to 23, they will get java.lang.unsatisfiedlinkerror. Workaround: Please set the targetsdkversion to 22. Phantom 3 Standard video lag: There will be some video lags using the Phantom 3 Standard if the DJI Go App and third party application are running at the same time. Workaround: Please ensure there is only one app running during your flight. Incorrect push data for waypoint mission: When the finishedaction property of the executing waypoint mission is DJIWaypointMissionFinishedGoFirstWaypoint, the targetwaypointindex in DJIWaypointMissionStatus is incorrect. Aircraft does not immediately RTH in Virtual Stick Mode when connection is lost: When Virtual Stick Mode is active, and return-to-home (RTH) is enabled (for when the connection breaks), the aircraft will wait until the battery is <15% before initiating RTH (assuming the connection isn't re-established before then). This will be addressed in the next Phantom/Inspire firmware release DJI. All Rights Reserved.

4 Android SDK 3.0 Release Notes Release Date Highlights After listening to feedback from the developers, Mobile SDK 3.0 has been re-architected and refactored from the ground up for ease of use and increased functionality. More information can be obtained from Github page. Simplified Object Model: Mobile SDK 3.0 has halved the number of classes from Mobile SDK 2.4.x while improving the functionality. It is designed with a scalable object model architecture that supports current and future DJI products. Mission Manager and Custom Missions: Mobile SDK 3.0 groups all higher order missions into MissionManager for easy access. In addition, a new CustomMission feature that allows developers to combine higher order missions into their own "Custom Mission" with just a few lines of code. Removed Developer Levels: All developers are now given full access to use flight control commands which were available only to Level 2 developers in Mobile SDK 2.4.x. WARNING Limited Backwards Compatibility: Although all the functionality of SDK 2.4.x is supported in SDK 3.0, due to the refactoring, this version is not drop-in compatible with SDK 2.4.x. Other New Features Support for Phantom 3 Standard, Phantom 3 4k, Inspire 1 Pro, Osmo, Lightbridge 2 + A2, Focus. Supported Products

5 Products Cameras * Phantom 3 Standard, Advanced, 4K & Professional * Inspire 1 & Inspire 1 Pro * Matrice 100 * OSMO * Lightbridge 2 with A2 * Focus * Phantom 3 Cameras * Zenmuse X3, X5 Note: Support for Phantom 2 Vision+ has been removed in Mobile SDK 3.0 Supported Firmwares Inspire 1: Inspire 1 Pro (X5 camera): Osmo: Phantom 3 Professional & Advanced: Phantom 3 Standard: Phantom 3 4K: TBD Matrice 100: Lightbridge 2: Known Issues Issue 1: Incorrect push data from Osmo Gimbal: The instance of Osmo Gimbal will push the flag for detecting whether gimbal has reached the limitation in three dimensions (pith, roll & yaw) to the callback. SDK will always return false for isattitudereset, iscalibrating, ispitchreachmax, isyawreachmax and isrollreachmax. Workaround: User could set up the DJIGimbal.setGimbalStateUpdateCallback() to obtain the attitude of the gimbal and compare them with the maximum and minimun of these three dimensions to verify whether the gimbal has reached the limitation.

6 Issue 2: New battery's SN error: If Users get the latest type of the Inspire 1 battery (TB84) and try to get its SN, they will get different SN everytime they invoke the getserialnumber() method in DJIBattery. Issue 3: In rare circumstances, gimbal might reset when the aircraft is executing a waypoint mission: The gimbal will rarely reset, return to center, when the aircraft is executing the waypoint mission. This might happen when the aircraft executes the move gimbal action in a waypoint. Workaround: Since it occurs rarely and if it indeed occurs, user could run the waypoint mission again. Issue 4: Incorrect result return in setlensfocustarget: It will always returns failed when users invoke the method setlensfocustarget in DJICamera. However, the camera setting will be changed successfully DJI. All Rights Reserved.

DJI MATRICE 600 PRO Release Notes

DJI MATRICE 600 PRO Release Notes Date : 2017.10.24 Aircraft Firmware : V 1.0.1.65 DJI GO App : ios V 3.1.18, Android V 3.1.11 DJI Assistant 2 : V 1.1.6 Aircraft Firmware: Increased flight safety. Fixed issue of output error when F channel

More information

DJI MATRICE 600 Release Notes

DJI MATRICE 600 Release Notes Date : 2018.04.17 Aircraft Firmware : V 1.0.1.66 DJI GO App : ios V 3.1.31, Android V 3.1.30 DJI Assistant 2 : V 1.1.7 Aircraft Firmware: Improved altitude measuring precision by lowering barometer drift

More information

Zenmuse XT Release Notes

Zenmuse XT Release Notes 2018.03.30 1. Firmware Version: v1.31.0.00 2. DJI Pilot App Android Version: v0.5.1 3. DJI GO App ios Version: V3.1.30 4. DJI GO App Android Version: V3.1.28 1. Fixed an issue where users can't take photos

More information

Matrice 200 Series Release Notes

Matrice 200 Series Release Notes Date: 2018.08.13 Remote Controller Firmware: V01.01.0913 V01.01.0020 V02.00.0120(Cendence) DJI GO 4 app: ios V 4.2.24, Android V 4.2.21 DJI Pilot app: Android V 0.6.3 V2.6.6.0 Fixed a rare issue where

More information

Added support for version matching between DJI Assistant 2 and flight control system.

Added support for version matching between DJI Assistant 2 and flight control system. Date : 2017.01.18 DJI GO App Version : ios V 3.1.2, Android V 3.1.1 DJI Assistant 2 Version : 1.0.9-2 Flight Controller Firmware Version : 1.7.0.0 Added support for version matching between DJI Assistant

More information

Inspire 2 Release Notes

Inspire 2 Release Notes Date: 2018.04.18 Remote Controller Firmware: DJI GO 4 app: V01.02.0100 V01.01.0010 ios V 4.2.12 or above, Android V 4.2.12 or above Added support for adjusting the maximum velocity of aircraft s real-time

More information

Zenmuse XT Release Notes

Zenmuse XT Release Notes 2017.06.28 1. Firmware Version: v1.30.0.10 2. DJI Pilot App Android Version: v0.3.1 Added support for the Matrice 200. 1. This firmware upgrade is for the Zenmuse XT gimbal and camera only. It cannot be

More information

INSPIRE 1 Release Notes

INSPIRE 1 Release Notes 2017.07.10 1. All-in-One firmware version updated to v01.11.01.50. 2. Remote Controller firmware version updated to v1.7.80. 3. DJI GO app ios version updated to v3.1.13. 4. DJI GO app Android version

More information

Inspire 1 Pro Release Notes

Inspire 1 Pro Release Notes 2017.07.10 1. All-in-One firmware version updated to v01.11.01.50. 2. Remote Controller firmware version updated to v1.7.80. 3. DJI GO app ios version updated to v3.1.13. 4. DJI GO app Android version

More information

DJI Assistant 2 Release Notes

DJI Assistant 2 Release Notes Date : Dec.29 th 2017 DJI Assistant 2 : v 1.2.0 Inspire2 Firmware : v 1.1.0010 MG-1S Firmware : v 1.3.2.0 N3 Firmware : v 1.7.1.5 N3-AG Firmware : v 1.0.2.0 A3 Firmware : v 1.7.1.5 A3-AG Firmware : v 1.0.2.0

More information

DJI Assistant 2 Release Notes

DJI Assistant 2 Release Notes Date : Feb.7 th 2018 DJI Assistant 2 : v 2 1.2.2.827 Inspire2 Firmware : v 1.1.0010 MG-1S Firmware : v 1.3.2.0 N3 Firmware : v 1.7.1.5 N3-AG Firmware : v 1.0.2.0 A3 Firmware : v 1.7.1.5 A3-AG Firmware

More information

DJI Assistant 2 Release Notes

DJI Assistant 2 Release Notes Date : Oct 25 th 2017 DJI Assistant 2 : v 1.1.7 Inspire2 Firmware : v 1.1.0010 MG-1S Firmware : v 1.3.2.0 N3 Firmware : v 1.7.1.5 N3-AG Firmware : v 1.0.2.0 A3 Firmware : v 1.7.1.5 A3-AG Firmware : v 1.0.2.0

More information

DJI Assistant 2 Release Notes

DJI Assistant 2 Release Notes Date : May.16 th 2018 DJI Assistant 2 : v 1.2.4 Inspire2 Firmware : v 1.1.0010 MG-1S Firmware : v 1.3.2.0 N3 Firmware : v 1.7.1.5 N3-AG Firmware : v 1.0.2.0 A3 Firmware : v 1.7.1.5 A3-AG Firmware : v 1.0.2.0

More information

Matrice 200 Series Release Notes

Matrice 200 Series Release Notes Date: 2018.02.11 V01.01.0600 V01.01.0002 V02.00.0030(Cendence) DJI GO 4 app: ios V 4.1.20, Android V 4.1.18 DJI Pilot app: Android V 0.5.1 V2.4.6.0 Optimized compass data fusion. M210 RTK: Improved D-RTK

More information

Phantom 4 Pro/Pro+ Release Notes

Phantom 4 Pro/Pro+ Release Notes Date : 2017.12.25 Aircraft Firmware : V 01.05.0300 Phantom 4 Pro Remote Controller Firmware : V 1.4.1.0 Phantom 4 Pro+ Remote Controller Firmware : V 1.2.2.0 DJI GO 4 App ios : V 4.1.20 DJI GO 4 App Android

More information

Inspire 2 Release Notes

Inspire 2 Release Notes Date: 2017.12.13 Remote Controller Firmware: DJI GO 4 app: V01.01.0300 V01.01.0002 ios V 4.1.18 or above, Android V 4.1.18 or above Optimized Zenmuse X7 lens connection stability to fix an issue where

More information

ANDROID SDK Release Notes. Release Date: Overview: New APIs: Bugs Fixes: Sample Codes Updates: Mobile SDK version updated to:v2.4.

ANDROID SDK Release Notes. Release Date: Overview: New APIs: Bugs Fixes: Sample Codes Updates: Mobile SDK version updated to:v2.4. Release Date:2015.11.24 Overview: Mobile SDK version updated to:v2.4.1 New APIs: 1. (setrccontrolgimbaldirection,getrccontrolgimbaldirection) added in DJIRemoteController for changing the gimbal direction

More information

Phantom 4 Pro/Pro+ Release Notes

Phantom 4 Pro/Pro+ Release Notes Date : 2018.03.08 Aircraft Firmware : V 01.05.0600 Phantom 4 Pro Remote Controller Firmware : V 1.4.1.0 Phantom 4 Pro+ Remote Controller Firmware : V 1.3.6.0 DJI GO 4 App ios : V 4.2.6 DJI GO 4 App Android

More information

Inspire 2 Release Notes

Inspire 2 Release Notes Date: 2018.11.16 DJI GO 4 app: v01.02.0300 v01.01.0050 ios v4.3.0 or above, Android v4.3.0 or above Fixed a rare issue where compass interference altered the orientation of the aircraft. Fixed a rare issue

More information

DJI Assistant 2 Release Notes

DJI Assistant 2 Release Notes Date : April 25 th, 2017 DJI Assistant 2 : v 1.1.1 Inspire2 Firmware : v 1.0.330 MG-1S Firmware : v 1.2.0.0 N3 Firmware : v 1.7.0.0 N3-AG Firmware : v 1.0.0.90 A3 Firmware : v 1.7.0.0 A3-AG Firmware :

More information

Inspire 2 Release Notes

Inspire 2 Release Notes Date: 2017.11.13 Remote Controller Firmware: DJI GO 4 app: V01.01.0200 V01.01.0002 ios V 4.1.14 or above, Android V 4.1.14 or above Added support for the Zenmuse X7 gimbal and camera. CineCore 2.1 now

More information

INSPIRE 1 Release Notes

INSPIRE 1 Release Notes 2016.12.15 1. All-in-One firmware version updated to v1.10.1.40. 2. DJI GO app ios version updated to v3.1.1. 3. DJI GO app Android version updated to v3.1.1. What s New: 1. Optimized Flight Restriction

More information

DJI Assistant 2 Release Notes

DJI Assistant 2 Release Notes Date : March 2 nd, 2017 DJI Assistant 2 : v 1.1.0 Inspire2 Firmware Version : v 1.0.240 MG-1S Firmware Version : v 1.1.0.0 N3 Firmware Version : v 1.7.0.0 N3-AG Firmware Version : v 1.0.0.83 A3 Firmware

More information

DJI Assistant 2 Release Notes

DJI Assistant 2 Release Notes Date : March 27 th, 2017 DJI Assistant 2 : v 1.1.0-2 Inspire2 Firmware : v 1.0.240 MG-1S Firmware : v 1.1.0.0 N3 Firmware : v 1.7.0.0 N3-AG Firmware : v 1.0.0.90 A3 Firmware : v 1.7.0.0 A3-AG Firmware

More information

Inspire 1 Pro Release Notes

Inspire 1 Pro Release Notes 2017.07.10 Overview: 1. All-in-One firmware version updated to v01.11.01.50. 2. DJI GO app ios version updated to v3.1.13. 3. DJI GO app Android version updated to v V3.1.8. What s New: 1. Updated No Fly

More information

Ronin-MX Release Notes

Ronin-MX Release Notes Date : 2017.06.22 IMU Firmware : V 2.3 GCU Firmware : V 1.5 PC Assistant : V 2.5 Mac Assistant : V 2.5 Updated GCU firmware to v1.5 to support Ronin-MX HB Controller. Copyright 2017 DJI All Rights Reserved.

More information

DJI Assistant 2 Release Notes

DJI Assistant 2 Release Notes Date : Jan 18 th, 2017 DJI Assistant 2 : v 1.0.9-2 Inspire2 Firmware : v 1.0.0135 MG-1S Firmware : v 1.0.0.20 N3 Firmware : v 1.7.0.0 N3-AG Firmware : v 1.0.0.83 A3 Firmware : v 1.7.0.0 A3-AG Firmware

More information

DJI LIGHTBRIDGE 2 Release Note

DJI LIGHTBRIDGE 2 Release Note Date : 2017.02.14 Air System : V 1.1.50 Ground System : V 1.2.00 DJI GO App : ios V 3.1.5, Android V 3.1.3 DJI Lightbridge 2 Assistant : V 1.0.9 Added support for Remote Controller Channel Expansion Kit.

More information

Spark Release Notes. What s New? Notes:

Spark Release Notes. What s New? Notes: Date: 2017.12.13 Aircraft Firmware: V 01.00.0800 Remote Controller Firmware: V 01.00.0400 DJI GO 4 App ios: V 4.1.22 DJI GO 4 App Android: V 4.1.22 Added support for DJI Goggles RE (with firmware v01.00.00.02

More information

7.58 lbs (3440 g, including two batteries, without gimbal and camera)

7.58 lbs (3440 g, including two batteries, without gimbal and camera) Appendix Specifications Aircraft Weight Max Takeoff Weight GPS Hovering Accuracy Max Angular Velocity Max Tilt Angle Max Ascent Speed Max Descent Speed Max Takeoff Sea Level Max Wind Speed Resistance T650

More information

DJI GS PRO. User Manual V

DJI GS PRO. User Manual V DJI GS PRO User Manual V1.4 2017.03 Video Tutorials Virtual Fence Mission 3D Map Area Mission Waypoint Flight Mission 2 2017 DJI All Rights Reserved. Contents Video Tutorials 2 Disclaimer 4 Warning 4 Introduction

More information

PHANTOM 4 Release Notes

PHANTOM 4 Release Notes 2017.09.12 Overview Remote Controller Firmware: v1.9.3.0 DJI GO 4 App ios: v4.1.10 DJI GO 4 App Android: v4.1.10 What s New Added support for Head Tracking function when connected with the DJI Goggles.

More information

OSMO Release Notes Major Updates. Notes

OSMO Release Notes Major Updates. Notes 2017.08.31 1. Firmware Version: v1.11.2.70 2. DJI GO App ios Version: v3.1.15 3. DJI GO App Android Version: v3.1.11 1. Fixed an issue where videos could not be opened when recorded under multiple light

More information

Ronin Release Notes. What s New?

Ronin Release Notes. What s New? Date : 2017.07.12 IMU Firmware : V 3.1 GCU Firmware : V 1.4 DJI Assistant App ios : V 1.1.28 PC Assistant V 2.5 MAC Assistant V 2.5 User Manual V 2.0 GCU firmware v1.4, PC/Mac Assistant v2.5. Added support

More information

Mavic Air Release Notes

Mavic Air Release Notes Date : 2018.05.03 v01.00.0400 v4.2.12 v4.2.12 Improved firmware data safety. Fixed an issue where GPS location changes inexplicably, and when RTH is abnormal due to compass interference. Optimized vision

More information

ipad Navigation Map and FPV live video can be displayed with P-in-P (above) or Side-by-Side (below) layout. Custom Telemetry can be shown in either

ipad Navigation Map and FPV live video can be displayed with P-in-P (above) or Side-by-Side (below) layout. Custom Telemetry can be shown in either Camera Overview FPV Camera brings a complete new FPV flying experience for DJI Phantom 3 Pro/Adv and Inspire 1 with innovative Navigation Map to let experienced pilots flying safer and more enjoyable.

More information

Mavic Pro Release Notes

Mavic Pro Release Notes Date : 2017.09.19 v01.04.0000 v4.1.10 v4.1.10 Added QuickShot feature (requires DJI GO 4 app v4.1.10 or higher). Added Dynamic Home Point for ActiveTrack mode (requires DJI GO 4 app v4.1.10 or higher).

More information

Ronin-S Release Notes

Ronin-S Release Notes Date: 2018.11.19 Firmware: v1.6.0.50 Ronin App ios: v1.1.6 Ronin App Android: v1.1.6 DJI Pro Assistant for Ronin (PC): v2.0.0 DJI Pro Assistant for Ronin (Mac): v2.0.0 User Manual: v1.2 Added option to

More information

Cendence Release Notes

Cendence Release Notes Date: 2019.01.28 Firmware Version: DJI GO 4 app: v02.00.0160 ios v4.3.10 or above, Android v4.3.10 or above What s New? The Cendence remote controller is now compatible with Multilink and can be used as

More information

Mavic Pro Release Notes

Mavic Pro Release Notes Date : 2017.08.22 v01.03.1000 v4.1.7 v4.1.5 Fixed an occasional issue where DNG files couldn t be opened. Fixed an occasional issue where the camera would restart automatically during recording. Fixed

More information

Specifications. Inspire 2. Aircraft (Model: T650) 7.25 lbs (3290 g, including two batteries, without gimbal and camera)

Specifications. Inspire 2. Aircraft (Model: T650) 7.25 lbs (3290 g, including two batteries, without gimbal and camera) Specifications Inspire 2 Aircraft (Model: T650) Diagonal Distance(propeller excluded) Max Takeoff 8.82 lbs (4000 g) 7.25 lbs (3290 g, including two batteries, without gimbal and camera) 18 inch (605 mm,

More information

ZENMUSE X4S. User Manual V

ZENMUSE X4S. User Manual V ZENMUSE X4S User Manual V1.0 2016.12 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on

More information

DJI GS PRO. User Manual V

DJI GS PRO. User Manual V DJI GS PRO User Manual V1.8 2017.08 Video Tutorials Virtual Fence Mission 3D Map Area Mission 3D Map POI Mission Waypoint Flight Mission 2 2017 DJI All Rights Reserved. Contents Video Tutorials 2 Disclaimer

More information

DJI GS PRO. User Manual V

DJI GS PRO. User Manual V DJI GS PRO User Manual V2.0 2017.11 Video Tutorials Virtual Fence Mission 3D Map Area Mission 3D Map POI Mission Waypoint Flight Mission 2 2017 DJI All Rights Reserved. Contents Video Tutorials 2 Disclaimer

More information

Mavic Pro Release Notes

Mavic Pro Release Notes Date : 2017.04.11 v01.03.0600 v4.0.7 v4.0.6 Added Fixed-Wing mode. For details about Fixed-Wing mode, please refer to the Intelligent Flight Mode section in user manual v1.6. Added an option to turn off

More information

OSMO. Quick Start Guide V1.0

OSMO. Quick Start Guide V1.0 OSMO Quick Start Guide V1.0 Overview The Osmo is a professional handheld gimbal that combines mobility and stability in one device. Its camera shoots sharp 12MP still photos and stable video at up to 4K.

More information

Ronin-M Release Notes

Ronin-M Release Notes Date : 2017.07.12 IMU Firmware : V 1.4 GCU Firmware : V 1.7 DJI Assistant App ios : V 1.1.28 DJI Ronin Assistant App Android : V 1.0.7 PC Assistant V 2.5 MAC Assistant V 2.5 Remote Controller Firmware

More information

SPARK. Quick Start Guide V1.6

SPARK. Quick Start Guide V1.6 SPARK Quick Start Guide V1.6 SPARK The DJI SPARK is DJI's smallest flying camera featuring a stabilized camera, Intelligent Flight Modes, and Obstacle Avoidance inside a light, portable body. Equipped

More information

DJI Inspire 1 V 2. 0 User Manual

DJI Inspire 1 V 2. 0 User Manual DJI Inspire 1 V 2. 0 User Manual Compliance Information KCC Warning Message 해당무선설비는운용중전파혼신가능성이있으므로인명안전과관련된서비스는할수없습니다. 해당무선설비는운용중전파혼신가능성이있음 In the Box Check that all of the following items have been included

More information

DJI AGRAS MG-1S Release Notes

DJI AGRAS MG-1S Release Notes Date: 2018.03.29 Aircraft Firmware: V 2.5.0.0 Remote Controller Firmware: V 2.5.0.0 DJI MG App: V 1.5.7 DJI Assistant 2 for MG: V 2.0.0 Added support for the MG Spreading System. This firmware is only

More information

PHANTOM 4 PRO SPECS AIRCRAFT VISION SYSTEM. HomeProductsPhantom 4 ProSpecs. Weight (Battery & Propellers Included) 1388 g

PHANTOM 4 PRO SPECS AIRCRAFT VISION SYSTEM. HomeProductsPhantom 4 ProSpecs. Weight (Battery & Propellers Included) 1388 g PHANTOM 4 PRO SPECS HomeProductsPhantom 4 ProSpecs AIRCRAFT Weight (Battery & Propellers Included) Diagonal Size (Propellers Excluded) Max Ascent Speed Max Descent Speed Max Speed 1388 g 350 mm S-mode:

More information

Updates An Introduction to the New ASPSuite

Updates An Introduction to the New ASPSuite L. Graham 02 September 2017 We are releasing a significant update to the AirGon Sensor Package Software Suite (ASPSuite or just ASP) with the release of our new direct geopositioning system (DGPS), Loki.

More information

User Manual V

User Manual V INSPIRE User Manual RAW V1.0 2016.03 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on

More information

Quick Start Guide V1.0

Quick Start Guide V1.0 Quick Start Guide V1.0 Overview The OSMO TM + is a professional handheld gimbal camera that combines mobility and stability in one device. Its camera features an optical zoom lens providing 3.5x optical

More information

INSPIRE 1 Quick Start Guide V1.0

INSPIRE 1 Quick Start Guide V1.0 INSPIRE Quick Start Guide V.0 The Inspire is a professional aerial filmmaking and photography platform that is ready to fly right out of the box. Featuring an onboard camera equipped with a 0mm lens and

More information

ZENMUSE X7. User Manual V

ZENMUSE X7. User Manual V ZENMUSE X7 User Manual 2017.11 V1.0 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on

More information

DJI GS PRO. User Manual V

DJI GS PRO. User Manual V DJI GS PRO User Manual V2.0 2018.11 Video Tutorials Virtual Fence Mission 3D Map Area Mission 3D Map POI Mission Waypoint Flight Mission 2 2018 DJI All Rights Reserved. Contents Video Tutorials 2 Disclaimer

More information

DJI Ace One product release notes

DJI Ace One product release notes Date : 26 July 2012 Ace One firmware version : 4.02 Ace Assistant software version : 2.4 Low Voltage Warning Semi Auto Takeoff & Landing (Optional) Ground Station chargeable functions: View (optional)

More information

DJI Lightbridge Video Downlink Release Note

DJI Lightbridge Video Downlink Release Note 2015/5/11 1.4.8 1.1.9 1.1.10 1.0.6 1.0.5 Ground System decoder firmware upgraded to version 1.4.8. Added support for 480p, 576p HDMI output for on-screen display. 2014/12/30 1.4.7 1.1.9 1.1.10 1.0.6 1.0.5

More information

OSMO. Quick Start Guide V1.4

OSMO. Quick Start Guide V1.4 OSMO Quick Start Guide V1.4 Overview The OSMO TM is a professional handheld gimbal that combines mobility and stability in one device. Its camera shoots sharp 12MP still photos and stable video at up to

More information

PHANTOM 3. Quick Start Guide ADVANCED V1.2

PHANTOM 3. Quick Start Guide ADVANCED V1.2 PHANTOM 3 ADVANCED Quick Start Guide V.2 Phantom 3 Advanced It s time to meet your Phantom. The Phantom 3 Advanced s camera records video at up to 080p/60fps and captures 2 megapixel photos. Review the

More information

Zenmuse Z15-A7. User Manual

Zenmuse Z15-A7. User Manual Zenmuse Z15-A7 User Manual V1.0 2015.4 Warning & Disclaimer The Z15-A7 gimbal has been calibrated specifically for the designated camera and lens before it leaves the factory. Please mount only the designated

More information

ZENMUSE X5S. User Manual V

ZENMUSE X5S. User Manual V ZENMUSE X5S User Manual 2017.01 V1.2 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on

More information

DJI FlightHub Enterprise

DJI FlightHub Enterprise DJI FlightHub Enterprise User Guide 2019.03 v1.0 Contents Disclaimer and Warning 1 Profile 1 Preparation 1 Configuration Requirements 1 Installing FlightHub Enterprise to the Server 2 Getting the License

More information

OSMO MOBILE. User Manual V

OSMO MOBILE. User Manual V OSMO MOBILE User Manual V1.2 2017.03 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on

More information

INSPIRE 1 PRO User Manual

INSPIRE 1 PRO User Manual INSPIRE 1 PRO User Manual 2017.12 V1.4 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F

More information

CRYSTALSKY CS785/CS785U/CS550. User Manual

CRYSTALSKY CS785/CS785U/CS550. User Manual CRYSTALSKY CS785/CS785U/CS550 User Manual V1.0 2018.08 Contents Disclaimer 2 Warning 2 Introduction 2 In the Box 3 Overview 3 Usage 4 Charging the Battery 4 Mounting the Battery 4 Mounting the Monitor

More information

Zenmuse Z15-BMPCC. User Manual. V1.0 May 09, 2014

Zenmuse Z15-BMPCC. User Manual. V1.0 May 09, 2014 Zenmuse Z15-BMPCC User Manual V1.0 May 09, 2014 Warning & Disclaimer Do not modify or adjust the Z15-BMPCC. The Z15-BMPCC has been calibrated specifically for the designated Camera and Lens before it leaves

More information

P/N: FLIR Aerial Commercial Building Inspector Kit (30 Hz) Other output formats Social media

P/N: FLIR Aerial Commercial Building Inspector Kit (30 Hz) Other output formats Social media Page 1 of 7 Other output formats Social media Click here to refresh the page Rev. 35005 Last modified 2016-04-15 Additional supporting documents: Mechanical drawings P/N: 75604-0404 FLIR Aerial Commercial

More information

MAVIC PRO. Quick Start Guide V1.4

MAVIC PRO. Quick Start Guide V1.4 MAVIC PRO Quick Start Guide V1.4 Aircraft The DJITM MAVICTM Pro is DJI's smallest flying camera, featuring a fully stabilized camera, Intelligent Flight Modes and Obstacle Avoidance inside a revolutionary

More information

Zenmuse Z15-BMPCC User Manual

Zenmuse Z15-BMPCC User Manual Zenmuse Z15-BMPCC User Manual 2014.12 V1.2 Warning & Disclaimer Do not modify or adjust the Z15-BMPCC. The Z15-BMPCC has been calibrated specifically for the designated Camera and Lens before it leaves

More information

OSMO MOBILE 2. User Manual. v

OSMO MOBILE 2. User Manual. v OSMO MOBILE 2 User Manual v1.0 2018.02 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F

More information

SDK 2.0 User Guide V

SDK 2.0 User Guide V SDK 2.0 User Guide V1.0 2018.11 Introduction The Tello SDK connects to the aircraft through a Wi-Fi UDP port, allowing users to control the aircraft with text commands. After downloading and installing

More information

Zenmuse Z15-GH4 (HD) User Manual

Zenmuse Z15-GH4 (HD) User Manual Zenmuse Z15-GH4 (HD) User Manual 2015.4 V1.4 Warning & Disclaimer Do not modify or adjust the Z15-GH4. The Z15-GH4 gimbal has been calibrated specifically for the designated camera and lens before it leaves

More information

Epic Made Easy The Redesigned 350 QX3

Epic Made Easy The Redesigned 350 QX3 Available November 2014 350 QX3 AP Combo BLH8160 (APC) Epic Made Easy The Redesigned 350 QX3 Capturing spectacular aerial video and stills is even easier with the new Blade 350 QX3. Its simplified controls,

More information

Phase One. ixu-rs 1000 / ixu 1000 / ixu 150 UAV Camera Systems. For DJI M600 & M600 PRO. Installation Guide

Phase One. ixu-rs 1000 / ixu 1000 / ixu 150 UAV Camera Systems. For DJI M600 & M600 PRO. Installation Guide Phase One ixu-rs 1000 / ixu 1000 / ixu 150 UAV Camera Systems Installation Guide For DJI M600 & M600 PRO 1 Phase One ixu-rs 1000 / ixu 1000 / ixu 150 UAV Camera Systems Installation Guide For DJI M600

More information

Virtual and remote inspection methods

Virtual and remote inspection methods Virtual and remote inspection methods Rasmus Lindeneg Johansen, RLJ@cowi.dk 1 How do we inspect "today"? 2 Inspection "today" Manual inspections From the ground From lift/platform By rope Data was collected

More information

User manual of the 4K camera waterproof gimbal

User manual of the 4K camera waterproof gimbal User manual of the 4K camera waterproof gimbal www.swellpro.com Content Installation 03 Operation 04 Gimbal Control Camera Control 04 04 Camera 04 Insert Micro SD card Camera Setting and Usage Camera Setting

More information

WooKong Multi Rotor Product Release Notes

WooKong Multi Rotor Product Release Notes Date : February 21, 2014 WooKong M firmware version : 5.26 WooKong M software version : 2.04 WM Assistant version : 1.4.25 WooKong M Quick Start Guide : 1.12 Software WooKongM Assistant Software V2.04

More information

Video Options. Tap ➀ while not recording to open video options.

Video Options. Tap ➀ while not recording to open video options. Instructions Video Options Tap ➀ while not recording to open video options. ➀ ➁ ➂ ➃ ➅ ➄ ➁ Switch between 16:9 and 4:3 formats. Some devices do not support video formats in 4:3 aspectratio. ➂ Video Resolution

More information

iosd (On Screen Display)

iosd (On Screen Display) iosd (On Screen Display) User Manual V2.2 For iosd Firmware Version V3.3 & iosd Assistant V4.1* July, 216 * iosd Firmware V3.3 compatible with iosd Assistant V4.1. www.dji.com 216 DJI All Rights Reserved.

More information

The mobile device holder can be tilted at different positions and angles. DO NOT force an overlarge mobile device into the mobile device holder.

The mobile device holder can be tilted at different positions and angles. DO NOT force an overlarge mobile device into the mobile device holder. Remote Controller Profile The Phantom 3 Standard remote controller features a 2.4 GHz WiFi Video Downlink, 5.8 GHz aircraft transmission system, and a built-in battery. It is capable of transmitting signals

More information

ZENMUSE X5 User Manual

ZENMUSE X5 User Manual ZENMUSE X5 User Manual 2015.11 V1.0 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on

More information

TG VR Gimbal User Manual V Accsoon. All Rights Reserved.

TG VR Gimbal User Manual V Accsoon. All Rights Reserved. TG20 360 VR Gimbal User Manual V1.0 20161209 www.accsoon.com E-mail: salse@accsoon.com 0 Disclaimers and Warnings Congratulations on purchasing you new VR Gimbal. Please read this manual and disclaimer

More information

DAT AL I N K 3. Quick Start Guide V1.0

DAT AL I N K 3. Quick Start Guide V1.0 DAT AL I N K 3 Quick Start Guide V1.0 Disclaimer Congratulations on purchasing your new DJI product. The information in this document affects your safety and your legal rights and responsibilities. Read

More information

RTK. Quick Start Guide. v1.2

RTK. Quick Start Guide. v1.2 RTK Quick Start Guide v1.2 Phantom 4 RTK The PHANTOM TM 4 RTK is a smart mapping and imaging drone capable of highly accurate mapping functions. The aircraft has a built-in DJI TM Onboard D-RTK*, which

More information

X-CAM A10-3H for GOPRO 3 Axis Gimbal User Manual

X-CAM A10-3H for GOPRO 3 Axis Gimbal User Manual X-CAM A10-3H for GOPRO 3 Axis Gimbal User Manual X-CAM A10-3H for GOPRO 3 Axis Gimbal has been finished with all the adjustments before launch the market, READY TO RUN. Accessories Parameters Weight: 280g(withoutGOPRO)

More information

GAIA 160HY-Hybrid DJI A3 PRO

GAIA 160HY-Hybrid DJI A3 PRO GAIA 160HY-Hybrid DJI A3 PRO User Manual V2.0 2018.01 Contents Product Profile Introduction Highlighted Features Assembled View Specifications Installation Power System Generator System 2 2 2 3 4 5 5 6

More information

DJI Phantom 3 - Standard Edition + Softshell Backpack

DJI Phantom 3 - Standard Edition + Softshell Backpack DJI Phantom 3 - Standard Edition + Softshell Backpack SAVE21% Drone Capabilities Included 2.7K / 12 Megapixel Camera Integrated 3-Axis Stabilization Gimbal Easy to Fly, Intelligent Flight System Live HD

More information

Datalink 3 User Manual

Datalink 3 User Manual Datalink 3 User Manual 2017.07 V1.0 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on

More information

DSIAC TECHNICAL INQUIRY RESPONSE

DSIAC TECHNICAL INQUIRY RESPONSE DSIAC TECHNICAL INQUIRY RESPONSE Comparison of GoPro Karma and DJI Mavic Pro Compact Drone Systems November 29, 2016 DSIAC is a Department of Defense Information Analysis Center MAIN OFFICE 4695 Millennium

More information

Equipment. Remote Systems & Sensors. Altitude Imaging uses professional drones and sensors operated by highly skilled remote pilots

Equipment. Remote Systems & Sensors. Altitude Imaging uses professional drones and sensors operated by highly skilled remote pilots Remote Systems & Sensors Altitude Imaging uses professional drones and sensors operated by highly skilled remote pilots Equipment www.altitude-imaging.com About Us Altitude Imaging has been providing a

More information

X-CAM A10-3H 3 Axis Gimbal for GOPRO. User Manual ( V2.00 )

X-CAM A10-3H 3 Axis Gimbal for GOPRO. User Manual ( V2.00 ) X-CAM A10-3H 3 Axis Gimbal for GOPRO User Manual ( V2.00 ) The X-CAM A10-3H 3 Axis Gimbal has been setup and calibrated for use with GOPRO cameras, it is ready to use straight from the box. Specifications:

More information

PulseKRAFT Enabling 12+ PWM Channels, Enhanced Telemetry & Missions for DJI Matrice 100, Matrice 600, A3 + LB2, N3 + LB2

PulseKRAFT Enabling 12+ PWM Channels, Enhanced Telemetry & Missions for DJI Matrice 100, Matrice 600, A3 + LB2, N3 + LB2 PulseKRAFT 2.2.2 Enabling 12+ PWM Channels, Enhanced Telemetry & Missions for DJI Matrice 100, Matrice 600, A3 + LB2, N3 + LB2 Contents 1. Overview - Enabling Control to additional Onboard Devices on DJI

More information

FAA NEEDS PAYLOADS ROV SUAS. /robotics DARLEY OFFERS ROBOTICS EQUIPMENT, TRAINING & SUPPORT

FAA NEEDS PAYLOADS ROV SUAS. /robotics DARLEY OFFERS ROBOTICS EQUIPMENT, TRAINING & SUPPORT ROBOTICS FAA NEEDS PAYLOADS ROV SUAS SUPPORT TRAINING UAV Shop /robotics DARLEY OFFERS ROBOTICS EQUIPMENT, TRAINING & SUPPORT Darley is here to help with your departments drone program from the ground

More information

Hornet S. Remote Controller. Operation Manual. RD12

Hornet S. Remote Controller. Operation Manual.  RD12 Hornet S Remote Controller RD12 Operation Manual www.jyu.com PART DESCRIPTIONS Hornet S Communication Indicator red: disconnected green: connected remote battery capacity indicator red: low capacity green:

More information

OFFLINE MODE OF ANDROID

OFFLINE MODE OF ANDROID OFFLINE MODE OF ANDROID APPS @Ajit5ingh ABOUT ME new Presenter( Ajit Singh, github.com/ajitsing, www.singhajit.com, @Ajit5ingh ) AGENDA Why offline mode? What it takes to build an offline mode Architecture

More information

OSMO POCKET. User Manual v1.0

OSMO POCKET. User Manual v1.0 OSMO POCKET User Manual v1.0 2018.12 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on

More information

GF-1. Introduction. 1 Features. +-10G Tilt Compensated dual range aviation G-force meter. Operating Manual English 1.00

GF-1. Introduction. 1 Features. +-10G Tilt Compensated dual range aviation G-force meter. Operating Manual English 1.00 GF-1 +-10G Tilt Compensated dual range aviation G-force meter Operating Manual English 1.00 Introduction The GF-1 is a 2.25 G-force meter capable of measuring G-forces exerted in an aircraft up to +-10G.

More information

DJI GOGGLES. User Guide V

DJI GOGGLES. User Guide V DJI GOGGLES User Guide V1.2 2017.08 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on

More information