
DJI Developer Support
- Total activity 10102
- Last activity
- Member since
- Following 0 users
- Followed by 3 users
- Votes 5
- Subscriptions 2902
Activity overview
Latest activity by DJI Developer Support-
DJI Developer Support commented,
使用PSDK 3.3最新版本,按如下代码检查。如果依旧有问题,需要排查硬件连接是否有问题。  网口名改为RNDIS对应的网口(自己板子上识别到的或配置的RNDIS网口) ,这样相机就会自动调整。 手动模式下是需要自...
-
DJI Developer Support commented,
DAT文件是存储了飞控日志的加密文件,需要使用内部软件才可以进行解析和读取。 这个软件不对外开放,如果有解析飞控日志的需求,可以联系support@dji.com。如果怀疑的是SDK的问题,可以告知我们问题详情进行分析。
-
DJI Developer Support commented,
机载设备USB接M30飞机,USB做device接入到飞机,飞机端USB做host。机载设备识别到ACM0端口,硬件连接不对。 注意: https://developer.dji.com/doc/payload-sdk-tutorial/cn/quick-start/device-connect.html 部分相关介绍与指引(https://sdk-forum.dji.net/hc/zh-cn/articles/4408437830041)
-
DJI Developer Support commented,
As shown in the figure, firmly insert the type C terminal, and then check whether the power supply output has changed. If there is still no 24V voltage output, please apply for the after-sales with...
-
DJI Developer Support commented,
As shown in the figure, firmly insert the type C terminal, and then check whether the power supply output has changed. If there is still no 24V voltage output, please apply for the after-sales with...
-
DJI Developer Support commented,
没有,现在安卓官方已经把Kotlin作为安卓官方语言,未来Kotlin将会在Android系统种取代Java的地位,早学Kotlin对你是好事。而且他们可以互相混用,还是比较方便的。我们现在MSDK v5都改用Kotlin进行开发了。
-
DJI Developer Support commented,
机场没有使用http协议。
-
DJI Developer Support commented,
MSDK上不同曝光模式可以控制的曝光参数是会存在不同的,具体关系如下:  其中AUTO表示自动,即相机自动调节,MSDK收到控制且也不清楚其中逻辑;FIXED是固定,即保持当前值;Manual是...