Pezy
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Pezy-
Pezy commented,
【怎么开启直播以及设备直播状态】是什么?你想贴个链接,但是没链接上?
-
Pezy created a post,
DJI pilot2上云,在webview项目中如何知道当前无人机是否绑定摄像头
Completed无论是否开启无人机,遥控器的osd消息中的live_status始终如下,如何判断当前无人机是否绑定摄像头? "live_status":{"live_time":0,"live_trendline":0,"video_id":"","video_quality":65535}
-
Pezy commented,
请问必须要开飞机吗?我平时都只开遥控器在调,一直连不上 1062271720
-
Pezy commented,
运行window.djiBridge.thingGetConnectState()代码返回了false 加载thing传入的参数是这样的: const param = { host:'wss://www.myaddress.com/api/mqtt_ws2/token', username:'testusername', password:'testpassword', connectCa...
-
Pezy commented,
lingzhou 请问你解决了这个问题吗?我也遇到了一直disconnect 的问题
-
Pezy commented,
Hello, I encountered the same issue as you did, but my param "username" and "password" is not empty, and MQTT also failed to connect. The backend did not receive the message sent by the pilot2 and ...
-
Pezy commented,
后台根本没有收到任何mqtt消息,回调就显示false了,几乎是一加载thing,回调就false了。 不管开不开匿名都没有变化,一样返回false。 同样的mqtt地址、用户名、密码,在前端手动用mqtt库发送测试消息,后台就可以收到。 请问该如何排查?
-
Pezy created a post,
DJI pilot2上云,thing模块加载状态为true,但连接状态为false
Completed现象: 1. 加载thing模块成功后无法连接mqtt,回调函数connectCallback传回false 2. 同一个页面使用mqtt的js包手动发送mqtt,可以成功连接,成功发送信息。用 apiPilot.loadComponent(EComponentName.Thing, params)触发的pilot2自动发送mqtt总是失败 params = { host:'wss:...