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

Size: px
Start display at page:

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

Transcription

1 Release Date: Overview: Mobile SDK version updated to:v2.4.1 New APIs: 1. (setrccontrolgimbaldirection,getrccontrolgimbaldirection) added in DJIRemoteController for changing the gimbal direction controlled by the top left wheel for Inspire 1. Bugs Fixes: 1. Fixed wrong current value of battery bug. 2. Corrected the return value of getdjigimbalcapacity' API for Phantom3 and Inspire Fixed battery activation in SDK. 4. The file downloaded by fetchmediadata' will be stored in the correct place. Sample Codes Updates: 1. Added the demo for setrccontrolgimbaldirection and getrccontrolgimbaldirection for Inspire 1 in RemoteControllerDemoActivity. 2. Added the demo for rotation to 30, 60, 120 degree to the north of the earth in GsProtocolJoystickDemoActivity. 3. Added the demo for set video standard and get video standard in CameraProtocolDemoActivity. 4. Added the demo for showing SDCard remainsize and remaincapturecount in the bottom left corner of Playback Mode in CameraProtocolDemoActivity. 5. Added the demo for setting the Resolution and Frame Rate for the video in CameraProtocolDemoActivity.

2 Release Date: Overview: Mobile SDK version updated to:v2.4.0 General: 1. Integrate the FollowMe and IOC function into the latest GroundStation 2. Integrate the speed control by the remote controller in all the mode in Grou ndstation 3. Modify the cameraexposuremode setting or getting method 4. Fix the failed to select the all documents problem bugs in playback section. Modified: 1. Modified altitude and distance limitation. Enabled setting multiple limitation factors (e.g. altitude and distance) simultaneously. 2. Modified the interface for acquire firmware version of the on-board camera for Inspire 1 and Phantom 3 series aircraft: public void getcamerafirmversion(final String separator,final DJIExecuteResultCallback mcallback) -> public void getfirmwareversion(final DJIExecuteStringResultCallback mcallback) 3. Deprecated the class of:djiinspiremcsystemstate 4. Renamed compassstatus to iscompasserrorstatus in DJIMainControllerSystemState.java and the corresponding comments for this attribute. 5. Fixed the typo of DJIRemoteControllerAttitude: public boolean footstool; ->public boolean foolstool; 6. Fixed the typo of lontitude, changed the name into longitude for DJIGroundStationWaypoint class.

3 7. Change the following interface for modifying files: fetchmedialist(djip3adownloadlistener<djip3amediadirinfo> mcallback) -> fetchmedialist(djidownloadlistener<djimediadirinfo> mcallback) fetchmediadata(djip3amediainfo mdjimedia, DJIP3ADownloadListener<DJIMediaFile> mcall) -> fetchmediadata(file destdir, DJIMediaInfo mdjimedia, DJIDownloadListener<DJIMediaFile> mcall) fetchmediathumbnail(djip3amediainfo mdjimedia, DJIP3ADownloadListener<DJIMediaFile> mcall) -> fetchmediathumbnail(file destdir, DJIMediaInfo mdjimedia, DJIDownloadListener<DJIMediaFile> mcall) 8. Fixed the typo: DJIGerneralListener -> DJIGeneralListener 9. Changed the parameters in getbatteryerrortype method : getbatteryerrortype(djismartbatteryexecuteresult mresult) -> getbatteryerrortype(djibatterygeterrortypecallback mcallback) 10. Changed the value of pitch,roll,yaw,velocityx,velocityy,velocityz from int to float for DJIGroundStationFlyingInfo class. Added: 1. Added interface for acquiring serial number of the aircraft: public void getaircraftsn(final DJIExecuteStringResultCallback mcallback) 2. Added interface for modifying Home Point in Follow Me mode: public void enablefollowmechangehomepoint(boolean enable,final DJIExecuteResultCallback mcallback) 3. Added SN and UI callback for main controller demo in SDK demo section. 4. Product type auto recognition process. 5. Added interface for obtaining firmware version of main controller, gimbal, battery, video downlink and remote controller for Inspire and Phantom 3 series aircraft: public void getfirmwareversion(final DJIExecuteStringResultCallback mcallback)

4 6. Added hardware decoding process. Added PreviewDemoHwDecodeActivity for demo. 7. Added GetVideoFrameDataOnlyDemoActivity to receive decoded video stream data. 8. Added button in the demo (maincontroller \ battery\ gimbal\ rc \ image transmitter demo) for acquiring firmware version for Inspire and Phantom 3 series aircraft. 9. Added Inspire 1 and Phantom 3 playback process. Being able to download SDCARD file list from the camera. 10. Adde public boolean isnavigationmodeenabled parameter in DJIMainControllerSystemState.java: 11. Added testing code for isnavigationmodeenabled in main controller demo. 12. Added testing BTH for stopping compass calibration in main controller demo. 13. Added data encryption process for remote controller. 14. Added getflylimitparameter interface. 15. Adde following methods: fetchmedialist, fetchmediadata, fetechmediathumbnail, fetechmediapreviewimage for Inspire and Phantom 3 series aircraft. 16. Added fetechmediapreviewimage for Phantom 3 Advanced. 17. Added New Playback mode for the camera. Bugs Fixed: 1. Fixed exposure issue in setting the shutter. 2. Fixed issue of failing to set pitch and yaw simultaneously. 3. Fixed issue of receiving Open Ground Station error when uploading waypoint in OpenGroundStation callback 4. Fixed issue of the return value of getcontinuousparams is assigned as 0,0. 5. Fixed issue of return value of designvolume is always 0 for battery information class.

5 6. Fixed issue of incorrect display of battery temperature. 7. Introduced DJIErrorType to handle all battery error. 8. Fixed issue of error return state for FlyControlstate. Deprecated Methods: 1. setchannelparams removeslave removemaster methods in DJIRemoteController class. 2. fetchmedialist(djimediafetchcallback mcallback), fetchmediathumbnail(djimedia mdjimedia, DJIExecuteResultCallBack mcallback), fetchmediadata(djimedia mdjimedia, DJIReceivedFileData mcall) in DJIInspireCamera class.

6 Release Date: Overview: Mobile SDK version updated to:v2.3.0 General: 1. Integrate the FollowMe and IOC function into the latest GroundStation 2. Integrate the speed control by the remote controller in all the mode in Grou ndstation 3. Modify the cameraexposuremode setting or getting method 4. Fix the failed to select the all documents problem bugs in playback section. New features: 1. Added remotecontrolspeed,movingspeed in DJIGroundStationTask and the corresponding comments. 2. Added hotpointreason, followmemissionstatus, followmegpslevel, followmedistance, followmereason in DJIGroundStationMissionPushInfo and the corresponding comments. 3. Added TURNING in DJIGroundStationPathMode and the corresponding comments. 4. Added Navi_Mode_FollowMe in GroundStationStatusPushType and the corresponding comments. 5. Added DJIGroundStationIocType, GroundStationFollowMeMode, GroundStationFollowMeYawMode in DJIGroundStationTypeDef and the corresponding comments. 6. Standardized the definition of error codes for executing Ground Station related functions, added more error codes to the new version of Gr ound Station. 7. Added dampingdistance in DJIGroundStationWaypoint and the corresponding comments.

7 8. Added class DJIFollowMeInitializationInfo, class DJIFollowMeTarget in package dji.sdk.api.groundstation and the corresponding comments. 9. Added new interfaces for IOC feature;added GsProtocolIocDemoActiviy in SDK DEMO, the new interfaces are listed as follows:public void enteriocmode(djigroundstationioctype ioctype,final DJIGroundStationExecuteCallBack mcallback) public void exitiocmode(final DJIGroundStationExecuteCallBack mcallback). 10. Added interfaces for Follow-Me feature, added GsProtocolFollowMeDemoActivity in SDK DEMO, the new interfaces are listed as follows: public void startfollowme(djifollowmeinitializationinfo info, final DJIGroundStationExecuteCallBack mcallback) public void pausefollowme(final DJIGroundStationExecuteCallBack mcallback) public void resumefollowme(final DJIGroundStationExecuteCallBack mcallback) public void sendfollowtargetgps(djifollowmetarget target,final DJIGroundStationExecuteCallBack mcallback). 11. Added the functions setting or getting the exposure mode of the camera public void setcameraexposuremode(cameraexposuremode mode,final DJIExecuteResultCallback mcall) public void getcameraexposuremode(final DJIExecuteResultCallback mcall). 12. Added a series of state pushes in DJIMainController, including Return-to- Home (RTH), RTH Heading Adjustment, RTH Ascent, RTH Flight, RTH Landing, and RTH Complete. 13. Added a show bar to show the task progress in GroundStation DEMO of SDK DEMO. 14. Deprecated getdjimc() in DJIDrone, recommend to use getdjimaincontroller. 15. Added the inferface of getcameramode to obtain the mode of the camera (capturing, videorecording, playback, download), the interface is as follows: public void getcameramode(final DJICameraModeCallBack mcall).

8 16. Added a function to get the camera's firmware version public void getcamerafirmversion(final String separator, final DJIExecuteResultCallback mcallback). 17. Deleted the functions of getaircraftioctype, setaircraftioctype in the DJIInspireMainController. 18. Deprecated function setlowbatterywarning, getlowbatterywarning, setseriousbatterywarning, getseriousbatterywarning. 19. Add comment that startwaypointindex is only supported by the P2V+ and P2V. Revised: 1. Standardized the callback interface used by Ground-Station related functions, the interfaces are changed to DJIGroundStationExecuteCallback, deleted the following callback interfaces: DJIGroundStationTakeOffCallBack DJIGroundStationHoverCallBack DJIGroundStationResumeCallBack DJIGroundStationCancelCallBack DJIGroundStationOneKeyFlyCallBack DJIGroundStationGoHomeCallBack. 2. Deleted Way_Point_Action_Gimbal_Yaw in GroundStationOnWayPointAction enum class. 3. Revised the description of the range for altitude in DJIHotPointInitializationInfo: Hot Point's altitude[5m ~ The limit altitude(eg. 120m)]. 4. Revised the description of the range for radius in DJIHotPointInitializationInfo: The track radius[5m ~ 500m]. 5. Revised the description of the range for velocity in DJIHotPointInitializationInfo: Angular velocity of drone, the unit is degree/second. in range [0, 30], default is Deleted liftingmaxspeed,horizontalmaxspeedm,yawmaxspeed in DJIGroundStationTask.

9 7. Deleted hotpointangle in DJIGroundStationMissionPushInfo. 8. Revised the names of enums in GroundStationHotPointNavigationMode: Auto -> SurroundHeadingAlongTheCircleLookingForward Forward_To_Hot_Point -> SurroundHeadingTowardHotPoint Backward_To_Hot_Point -> SurroundHeadingBackwardHotPoint Remote_Control -> SurroundHeadingControlByRemoteController Lock -> SurroundHeadingAlongTheCircleLookingBackward. 9. Revised the interface for downloading files in Inpire1/Phantom 3 Professional downloadallselectedfiles(string) -> downloadallselectedfiles(file). Bug Fixes: 1. Solved the bug that uploading waypoints will not stop in Inspire1/Phantom 3 Series. 2. Solved the bug that ismissionvalid is always false in DJIGroundStationExecutionPushInfo of Inspire1/Phantom 3 Series. 3. Solved the bug that speed is always 0 in DJIMainControllerSystemState in Inspire1/Phantom 3 Series. 4. Solved the bug that when mobile android devices connect with the remote controllers with the latest firmware version, a nullpointer error may occur. Notification: As the interfaces and members in the new Ground Station related SDK APIs have a huge adjustment, if you want to use the Ground Station related SDK APIs in this version, please update the latest firmware on dev.dji.com and make adjustments in your codes related to the ground station feature.

10 Release Date: Overview: Mobile SDK version updated to:v2.1.0 General: 1. Support the Phantom3 Advanced for the SDK. 2. Support Full Data Transmission Function which can communicate with external devices on M Download method for Phantom 3 Advanced is similar to Phantom 2 Vision plus using FetchMediaList method. 4. Fix the bugs for no image transmission and camera setting. 5. Fix the fetal bugs for gimbal rotation and remote controller.

11 All Updates: 1. Modified the absolute pitch range of gimbal from [0,1000] to [-90,30] for Inspire 1 and Phantom Deleted all APIs related to Follow Me, which is not ready, in GroundStation class. 3. Updated the document of WayPointCount in DJIGroundStationTask class, whose value should represent the total number of waypoints in the Arraylist of Tasks. 4. Updated the document of TurnMode in DJIGroundStationWaypoint class: 1 means anti-clockwise and 0 means clockwise when turning in yaw axis. 5. Updated the document of movingmode in the DJIGroundStationTask: GSHeadingTowardNextWaypoint: Aircraft will head to the next waypoint. GSHeadingUsingInitialDirection: Aircraft will keep its heading direction the same as the one when taking off. GSHeadingControlByRemoteController: Aircraft's heading is controlled by the remote controller. GSHeadingUsingWaypoinHeading: Aircraft's heading will use the waypoint's heading value. 6. Support Phantom 3 Advanced: Add DJIPhantom3AdvancedCamera class. The different between DJIInspireCamera and DJIPhantom3AdvancedCamera is listed as follows: (1) DJIPhantom3AdvancedCamera does not support 4K recording resolution settings. (2)The way for video/photo playback and downloading is different. DJIPhantom3AdvancedCamera use API method: fetchmedialist, DJIMediaFile to realize the video/photo playback and downloading. 7. Support Android Open Accessory(AOA) protocol among the remote controller and the connected Android device. Developers need to keep DJIAoaActivity.java and DemoBaseActivity.java in their project for AOA support. The DJIAoaActivity should be set as the main activity. The DemoBaseActivity should be extended by other new added activities. 8. Add the demo of setting ioc in main controller activity.

12 9. Delete public DJIGroundStationWaypoint(double mlatitude, double mlongitude, int actionnum, int repeat Num). It can be realized through public DJIGroundStationWaypoint(double mlatitude, double mlongitude). 10. The attribute of the staytime of the waypoint changed from float to short. 11. The units of the altitude of MCU callback changed from decimeter to meter. 12. Modify the DJIGroundStation Task: change from liftspeed to liftingmaxspeed, horizontalspeed to horizontalmaxspeed, angelspeed to yawmaxspeed. 13. Increase the fine tuning angle value. 14. Increase the documents for different working mode of the camera. 15. Update the documents for DJIGroundStationWayPointAction. Bug Fixes: 1. Fixed the bug that when users try to upload waypoint with the current waypoint task still running, the API will return success. 2. Fixed the random failure when uploading a new waypoint task after the previous task has been accomplished. 3. Fixed the bug that DJIGroundStationMovingMode.GSHeadingUsingWaypoingHeading does not work. 4. Fixed the bug of "DownloadGroundStationTask", which should return all uploaded waypoints in the current task. 5. Fixed the heap corruption crash issue when using groundstation with Android5.0.1 and Phantom 2 Vision plus. 6. Fixed the bug that Phantom 3 Advanced will return error code when downloading files.

13 7. Fixed the parameter of cancelhotpoint, which should be DJIGroundStationCancelCallBack. 8. Fixed the bug of returning the error of "invalid parameter" when setting exposure metering in camera protocol. 9. Fixed the bug of crashes when switching among different demo activities (e.g., between video preview, camera protocol). 10. Fixed the bug of returning timeout when starting FPV mode in Gimbal Protocol. 11. Fixed the bug of no video showing sometimes in P2V Fixed the bug of returning errors in setting the mode of remote controller. 13. Fixed the bug of being unable to adjust Gimbal Pitch of Waypoint Action to a positive value. 14. Fixed the bug that the main controller information shown is 10 times larger than the real value. 15. Fixed the bug of simultaneously executing Ground Station tasks and hot point tasks. Now the priority of Ground Station tasks is higher. 16. Fixed the maximum action of every waypoint to 15. The repeat time of every action is 15 as well. Notification: 1. Support Full Data Transmission Function: a. Users could use SDK to send the data to external devices connected to the port of the Main Controller and receive the data back from the external ones as well. The size of the send/receive pack should be within 100 bytes. So far, the API can only support on Matrice100. b. The class DJIInspireMainController realizes the Full Data Transmission Function. The user needs to choose the DJIDroneType_Inspire1 when initing the SDK APIs. And use DJIDrone.getDjiMC() to obtain DJIInspireMainController instance.

14 c. Full Data Transmission send API: public void senddatatoexternaldevice(byte[] data, final DJIExecuteResultCallback mcallback) d. Full Data Transmission receive API: -(void)maincontroller:(djimaincontroller*)mc didreceiveddatafromexternaldevice:(nsdata*)data 2. It is not allowed to upload new waypoints when the previous waypoint task is still running. 3. The file download in Phantom 3 Pro and Inspire 1 is different from the one in Phantom 3 Advanced and Phantom 2 Vision+ due to the structure differences of the camera firmware. 4. We recommend 4Mbit/s and 6Mbit/s channels for image transmission. Under the circumstances of 8Mbit/s or 10Mbit/s, the decoding part might be not well-worked. The video preview may be stuttering and might lead to more crashes. We are still solving this problem. 5. When using playback mode, the modified file must be saved before clicking the PlayBack button, otherwise the file will be deleted. 6. We add more details in the description of function: updategimbalattitude (DJIGimbalRotation pitch,djigimbalrotation roll,djigimbalrotation yaw) in DJIInspireGimbal class.

15

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 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 : 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

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

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

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

Android SDK Release Notes

Android SDK Release Notes Android SDK 3.0.1 Release Notes Release Date 2016.02.04 Highlights Mobile SDK 3.0.1 is now available on our developer website. More information can be obtained from Github page. New product support: The

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 : 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

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

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

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

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

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

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

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

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

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 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

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

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

The Modern Archetype of Drones. Symmetrical facet design radiates a brilliance in the sky

The Modern Archetype of Drones. Symmetrical facet design radiates a brilliance in the sky The Modern Archetype of Drones Symmetrical facet design radiates a brilliance in the sky INSTANT FLYING The Xiro Xplorer is ready to fly right out of the box. Attach the propellers, install the battery

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

ZYX User Manual V Revision

ZYX User Manual V Revision ZYX User Manual V.00 206.07.26 Revision Contents Warning and Disclaimer... 3 I. Product Introduction... 4 II. Product List... 5. Package Contents... 5 III. Mounting & Configuration... 6. Gimbal Controller

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

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

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

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

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

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

THE VANGUARD LONG RANGE SURVEILLANCE DRONE BEST USED FOR SURVEILLANCE & SECURITY INSPECTION & DETECTION WILDLIFE & GAME

THE VANGUARD LONG RANGE SURVEILLANCE DRONE BEST USED FOR SURVEILLANCE & SECURITY INSPECTION & DETECTION WILDLIFE & GAME THE VANGUARD LONG RANGE SURVEILLANCE DRONE The Vanguard, our most popular UAV, is a long range surveillance drone with a configurable Data Link video Range and flight times. The Vanguard drone system is

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

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

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 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

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

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

Product Profile Basic Fuctions And Charging Remote Controller Remote Controller Profile... 9

Product Profile Basic Fuctions And Charging Remote Controller Remote Controller Profile... 9 Content Product Profile... 3 Introduction... 3 Main Features... 3 Aircraft... 4 Aircraft Profile... 4 Aircraft Diagram... 4 Parameters... 5 Auoto-return Home... 5 Flight Data... 6 Flight Mode... 6 Propellers...

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

Attach the propeller, install the battery and you enter the fascinating world of photography and aerial video.

Attach the propeller, install the battery and you enter the fascinating world of photography and aerial video. XPLORER V - XIRO - HD XPLORER V Platform 3-axis stabilized HD Camera 1080 Manufacturer:XIRODRONE Reference:AXR-16001 Loyalty points offered:291 Price:699.00 XPLORER V - XIRO - HD EVERYTHING YOU NEED IN

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

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

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

ALGORITHMS FOR DETECTING DISORDERS OF THE BLDC MOTOR WITH DIRECT CONTROL

ALGORITHMS FOR DETECTING DISORDERS OF THE BLDC MOTOR WITH DIRECT CONTROL Journal of KONES Powertrain and Transport, Vol. 23, No. 4 2016 ALGORITHMS FOR DETECTING DISORDERS OF THE BLDC MOTOR WITH DIRECT CONTROL Marcin Chodnicki, Przemysław Kordowski Mirosław Nowakowski, Grzegorz

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

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

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

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

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

Dragonfly Pro USER MANUAL

Dragonfly Pro USER MANUAL New vision of the world Shenzhen Simtoo Intelligent Technology Co., Ltd. West Industry Building A5, Park Road, Bao An District, Shenzhen, China 518000 TEL: +86 755 2373 2452 Web: www.simtoo.com Email:

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

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

Introduction Guided Tour How to Capture Text from Camera... 7 Data Capture: Russian Passport... 8 Code Samples API Reference...

Introduction Guided Tour How to Capture Text from Camera... 7 Data Capture: Russian Passport... 8 Code Samples API Reference... Developer's Guide ABBYY Real-Time Recognition SDK 1 Developer's Guide: Contents Table of Contents Introduction... 6 Guided Tour... 7 How to Capture Text from Camera... 7 Data Capture: Russian Passport...

More information

Lukas Paluchowski HySpex by Norsk Elektro Optikk AS

Lukas Paluchowski HySpex by Norsk Elektro Optikk AS HySpex Mjolnir the first scientific grade hyperspectral camera for UAV remote sensing Lukas Paluchowski HySpex by Norsk Elektro Optikk AS hyspex@neo.no lukas@neo.no 1 Geology: Rock scanning Courtesy of

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

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

2-Axis Brushless Gimbal User Manual

2-Axis Brushless Gimbal User Manual 2-Axis Brushless Gimbal User Manual I Introduction AGM 2-axis brushless gimbal is designed to accommodate the GoPro Hero3 camera, enhancing such various aspects of aerial videography as entertainment,

More information

MBScope E300V2 Change Log

MBScope E300V2 Change Log MBScope E300V2 Change Log v1.4.3 May 5, 2017 Minor Features: Feature 1440: MBDataEngine, Snapshots, Trending and Event Viewer tools - Replaced Estimated Bearing Voltage channels by Estimated Amplifier

More information

FPVMODEL. Rescue-2. Integrated with 1 OX Zoom HD Camera Intended for Search and Rescue Missions USER MANUAL

FPVMODEL. Rescue-2. Integrated with 1 OX Zoom HD Camera Intended for Search and Rescue Missions USER MANUAL FPVMODEL Rescue-2 USER MANUAL Integrated with 1 OX Zoom HD Camera Intended for Search and Rescue Missions FP IU n-= WWW.FPVMODEL.COM Copyright 201 7 FPVMODEL LIMITED WARNING AND DISCLAIMER Make sure not

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

LibrePilot GCS Tutorial

LibrePilot GCS Tutorial LibrePilot GCS Tutorial BY Wirginia Tomczyk page 1 of 13 Introduction The first dron of Drone Team project use Open Pilot Copter Control (CC). It is the flight controller supported by LibrePilot firmware.

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

User Manual V K Camera with an Integrated 3-axis Gimbal

User Manual V K Camera with an Integrated 3-axis Gimbal User Manual V 1.1 4K Camera with an Integrated 3-axis Gimbal Table of Contents Introduction 3 At a Glance 3 Charging the Battery 4 Status Battery LED Indicator Description 4 Check the Battery Level 5 Insert

More information

InSitu Turbulence Detection Algorithm and Report Triggering Logic Interface Control Document Gregory Meymaris 1

InSitu Turbulence Detection Algorithm and Report Triggering Logic Interface Control Document Gregory Meymaris 1 InSitu Turbulence Detection Algorithm and Report Triggering Logic Interface Control Document Gregory Meymaris 1 Definitions Implementers the party that is implementing the C code into an on-board computer.

More information

Ultigesture UG Wristband User Manual

Ultigesture UG Wristband User Manual Ultigesture UG Wristband User Manual Version 1.1 Table of Contents 1 Introduction... 2 2 UG Wristband Hardware Components... 2 3 Android Software... 3 3.1 3.2 3.3 4 Pre-Requisites...3 Steps to Develop

More information

Mikrokopter VSM User Guide

Mikrokopter VSM User Guide Mikrokopter VSM User Guide UgCS 2.13.401 ii CONTENTS Contents 1 Connecting MikroKopter autopilot to UgCS 1 1.1 First time vehicle connection..................................... 1 1.2 Mission execution

More information

DJI GOGGLES. User Guide V

DJI GOGGLES. User Guide V DJI GOGGLES User Guide V1.4 2018.01 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

Technical @Makeblock D1.2.11_

Technical  @Makeblock D1.2.11_ Technical support: tec-support@makeblock.com www.makeblock.com @Makeblock @Makeblock @Makeblock D1.2.11_7.40.4600 The Modular & Programmable Drone USER MANUAL Table of Contents P02 Downloading the Software

More information

PixHawk and Marvelmind Integration Manual. PixHawk/APM Integration with Marvelmind mobile beacon

PixHawk and Marvelmind Integration Manual. PixHawk/APM Integration with Marvelmind mobile beacon PixHawk and Marvelmind Integration Manual PixHawk/APM Integration with Marvelmind mobile beacon The guide assumes that: 1) The user has configured the copter according to the recommendations available

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

Avigilon Control Center 5.10 Release Notes

Avigilon Control Center 5.10 Release Notes Version 5.10.2.2 Released Tuesday October 12 th, 2016 Release Summary This is a service release of Avigilon Control Center 5.10. Users experiencing issues listed in the Issues Fixed list should consider

More information

1.1 Legends Before Your First Flight Installing the App Pairing Your Mobile Device Home Page 5 3.

1.1 Legends Before Your First Flight Installing the App Pairing Your Mobile Device Home Page 5 3. Contents Chapter 1 About This Manual 1 1.1 Legends 1 1.2 Before Your First Flight 1 Chapter 2 Mobile Device Preparation 3 2.1 Installing the App 3 2.2 Pairing Your Mobile Device 3 Chapter 3 Home Page &

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

ZENMUSE H3-3D Gimbal. User Manual V DJI Innovations. All Rights Reserved.

ZENMUSE H3-3D Gimbal. User Manual V DJI Innovations. All Rights Reserved. ZENMUSE H3-3D Gimbal User Manual V1.02 2014.06.09 www.dji.com 2014 DJI Innovations. All Rights Reserved. Warning & Disclaimer H3-3D gimbal is calibrated before delivery, no adjustment or modification to

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

Navigational Aids 1 st Semester/2007/TF 7:30 PM -9:00 PM

Navigational Aids 1 st Semester/2007/TF 7:30 PM -9:00 PM Glossary of Navigation Terms accelerometer. A device that senses inertial reaction to measure linear or angular acceleration. In its simplest form, it consists of a case-mounted spring and mass arrangement

More information

Phantom 2 Reference Guide

Phantom 2 Reference Guide Phantom 2 Reference Guide Contents Section 1: Operation and Preparing for Flight. 2 Transmitter introduction 2 Controlling the Drone 2 Turning on the Transmitter 3 Range Extender 3 Basic Drone Parts 4

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

VISION 1000 CONFIGURATION TOOL USER S GUIDE

VISION 1000 CONFIGURATION TOOL USER S GUIDE VISION 1000 CONFIGURATION TOOL USER S GUIDE Vision 1000 Configuration Tool User s Guide Vision 1000 Configuration Tool User s Guide. All content within is copyrighted by Appareo Systems, LLC, and may not

More information

Marker Based Localization of a Quadrotor. Akshat Agarwal & Siddharth Tanwar

Marker Based Localization of a Quadrotor. Akshat Agarwal & Siddharth Tanwar Marker Based Localization of a Quadrotor Akshat Agarwal & Siddharth Tanwar Objective Introduction Objective: To implement a high level control pipeline on a quadrotor which could autonomously take-off,

More information