9e63686a52
rlx:点击遥控器时通过udp发送点击坐标;
2024-01-24 10:27:51 +08:00
2f467085f8
通过udp接收h264编码后的数据,然后通过大疆的函数DjiPayloadCamera_SendVideoStream进行推流;
2024-01-23 14:04:45 +08:00
4d872189be
fix:遥控器界面逻辑bug;
2023-12-01 16:32:21 +08:00
4df18d88dd
add:psdk重启后,通知ximeaAirborneSystem发送ximeaAirborneSystem的状态,以恢复psdk状态至重启前;
2023-10-25 15:16:09 +08:00
80159490e1
modify:修改dji日志输出路径
2023-09-16 19:30:05 +08:00
884cd90ac4
fix:卫星数显示异常(跳变);
2023-09-13 17:28:54 +08:00
1b12e68f84
add:高功率申请
2023-09-13 15:43:41 +08:00
db81ffe5cc
1.帧率变大时,最大曝光时间会变小
...
2.曝光时间使用微秒
3.预约采集
2023-09-07 15:24:51 +08:00
9f76699bc2
modify:
...
系统指令 整个挪到最上面 → 高级指令;
2023-09-01 15:28:25 +08:00
23153193a6
modify:
...
1. 删掉文本输入框,hz改为赫兹;
2. 曝光时间超过最大值后,设置为最大值:psdk取消曝光时间检测,让ximeaAirborneSystem设置曝光时间的最大值;
5. bin修改后,自动杀掉程序;
3. 去掉采集流程控制:高光谱采集提示请先设置曝光时间;
4. 去掉帧率完成和曝光完成,只保留连接成功;
2023-09-01 15:27:45 +08:00
47153346cd
fix
...
1. 无法第二次启动,授时等待时间优化;
2. 遥控器界面显示:硬盘可用空间,当前帧率剩余飞行时间;
3. 帧率曝光时间和遥控器右侧边栏数字联动;
4. bin2后面加通道数,侧边栏显示bin和通道数;
5. 遥控器去掉惯导定位精度,改为显示full nav;
6. 其他界面改动;
2023-08-23 11:56:23 +08:00
699112b487
相机控制
2023-08-18 11:49:20 +08:00
4343500d70
推流
2023-08-18 10:50:41 +08:00
b2f2c17b7a
DataTransmission
2023-08-18 10:45:06 +08:00
c2559f2bbc
电源管理
2023-08-16 18:36:23 +08:00
5938550032
推流:代码移植后,运行成功,但是遥控器无法正常显示摄像头画面;
2023-08-16 17:45:58 +08:00
bf32d053a6
xport
...
1、解决问题:飞机急停,俯仰角异常;
2、获取云台的姿态角,并显示到遥控器上;
2023-08-14 14:35:32 +08:00
6688d23e13
消息订阅
2023-08-14 11:40:53 +08:00
916a8d8fc9
遥控器界面
2023-08-07 13:34:12 +08:00
8c834c4884
add:填写硬件配置和app信息,成功运行示例程序
2023-08-04 11:04:28 +08:00
caa15133cd
NEW: release DJI Payload-SDK version 3.5
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2023-05-18 21:30:44 +08:00
b8ab8df406
FIX: fix the nvidia sample compile error issue
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2023-04-20 02:24:08 +08:00
29109dd0db
NEW: release DJI Payload-SDK version 3.4
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2023-04-18 21:26:50 +08:00
b621c93fde
FIX: fixed the payload camera sdcard state is not work
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2023-03-13 11:39:09 +08:00
a97f35c1b7
FIX: fixed the problem of occasionally obtaining abnormal camera parameters
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2023-03-12 20:30:42 +08:00
46c4619ea5
FIX: fixed the problem that the rtos sample can not run normally on M300 RTK extension port
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2023-03-12 17:14:41 +08:00
2eae721530
FIX: fixed the following issues
...
1.Optimized the flight controller forced landing sample.
2.Fixed the exception log of duplicate subscription data on M300 RTK
payload port.
3.Fixed data subscription gimbal angle data definition error on M300 RTK
4.Fixed an issue where occasionally getting the camera aperture
parameter is zero.
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2023-03-08 20:00:02 +08:00
84714c112a
FIX: fixed the following issues
...
1.fixed the problem that M30/M30T failed to upload kmz file on some firmware versions.
2.fixed the download camera media file name issue on M30/M30T.
3.fixed the unstable problem of downloading camera media files on M30/M30T.
4.improved the speed of downloading camera media files.
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2023-02-20 11:19:27 +08:00
f33308c85b
NEW: release DJI Payload-SDK version 3.3
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2022-11-18 20:59:40 +08:00
08b76b678d
NEW: release DJI Payload-SDK version 3.2
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2022-08-08 15:43:55 +08:00
4b6b961e0c
FIX: fix the widget speaker crash bug and usb bulk issue on cxx platform
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2022-05-30 12:09:41 +08:00
aaf1a07c43
FIX: fix the usb bulk crash bug and other issues
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2022-05-18 21:48:38 +08:00
77353a8b55
NEW: add the M30T model stp and esp32 toolchain support
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2022-04-06 11:55:05 +08:00
0e06bc3fd3
NEW: release DJI Payload-SDK version 3.1
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2022-03-21 22:25:37 +08:00
096b6a0d40
NEW: add the network cable connect status check to avoid error log
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2022-01-18 20:25:40 +08:00
ee12101bb5
FIX: fix the widget malloc error on linux platform when none config set
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2021-11-29 21:14:49 +08:00
e478e9a7a5
NEW: release DJI Payload-SDK version 3.0
...
Signed-off-by: DJI-Martin <DJI-Martin@dji.com >
2021-11-12 16:27:03 +08:00