
DJI Developer Support
- 活动总数 20754
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 8 名用户
- 投票数 6
- 订阅数 6437
评论
DJI Developer Support 最近的活动-
尊敬的开发者, 您好,感谢您联系DJI 大疆创新。 USB BULK配置信息您可以将设备连接到另一个Linux设备上,使用lsusb -d ...... -v进行查看。 最后再将对应的配置填写到PSDK中。 具体流程可以参考 M30开发 + 树莓派4B配置USB device RNDIS 和 BULK PSDK 3.3版本USB通信链路的优化 感谢您对大疆产品的支持!祝您一切顺利! ...
-
We would like to inform you that the anticipated release of the MSDK version supporting the mini 4 pro is expected to take place in the first half of this year. Please be aware that this is an esti...
-
demo会在后续版本发布
-
Sorry, we currently do not have a domain or IP list for MSDK V5 and MSDK V4. If you are only dealing with the Activation SDK, you can add https://dev.dji.com/ to the whitelist.
-
To confirm if you have entered the download mode, you can either listen to or read the value of CameraKey.KeyIsPlayingBack. During my testing, I found that the camera's download speed is the same ...
-
DJI assistant 2登陆的帐号,与PSDK程序中用户信息的开发者帐号不一致则不会显示这些信息。 您可以查看以下文章说明:PSDK绑定后无解绑按钮(https://sdk-forum.dji.net/hc/zh-cn/articles/4418368376345)
-
尊敬的开发者, 您好,感谢您联系DJI 大疆创新。 C++程序默认是给机载计算机在E-Port/OSDK端口使用的,因此会检测您PSDK的挂载位置,如果是在云台口接入的设备运行PSDK,会直接报错退出,注释掉是没有影响的,只是默认设定如此。您的接法使用C程序或者C++都是支持的,只是C程序中没有这个默认的设置。 感谢您对大疆产品的支持!祝您一切顺利! Best Regards, DJ...
-
机场的固件太低了,和无人机不匹配,建议升级到01.05.x.x
-
Cancel wayline missions in a patch is supported. `Cancel wayline task` is used to cancel the assignment of wayline mission. The executing wayline mission can not be canceled by this interface.
-
尊敬的开发者, 您好,感谢您联系DJI 大疆创新。 >哪些功能是单独链接UART能实现的,哪些是必须同时连USB或网口才能实现? 比如小组件功能、控制云台、低速数据传输功能这些是只需要连接Uart链路就可以实现的,剩下的功能是需要您连接USB、网线、使用BULK、NET_WORK链路进行使用的。 树莓派您不需要同时连接USB或NETWORK,连接其中一个即可。具体连接可以参考下 htt...