megumu.tsukamoto
- 活动总数 39
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 2 名用户
- 投票数 16
- 订阅数 4
活动概览
megumu.tsukamoto 的最新活动-
megumu.tsukamoto 创建了一个帖子,
How can I see the transmitted data from PSDK on Mobile SDK?
已完成Hi, I'm now trying to send int value from PSDK to MSDK for around 10 times per second. So I followed the tutorial of data_transmission, but I can't find window anywhere on the MSDK to see the value...
-
megumu.tsukamoto 进行了评论,
Thank you so much nmai! I have done the same approach and setting ultrafast and zero latency works for me.
-
megumu.tsukamoto 进行了评论,
coding miss is found! Though it has 2 sec latency, but it's work, thank you.
-
megumu.tsukamoto 进行了评论,
I've developed the pipeline using FFmpeg+test_payload_cam_emu_media.c file in the PSDK like this ↓. Video stream => H264 packets => PSDK DjiPayloadCamera_SendVideoStream(h264 packet data + 6-byte m...
-
megumu.tsukamoto 进行了评论,
##supplement Once I save the video stream of USB cam as a mp4 or h264 file about 30 seconds long , then I can send that file to DJI Pilot properly.
-
megumu.tsukamoto 进行了评论,
Thanks to your advice, I can successfully send video file("media_file/PSDK_0005.h264") to DJI pilot by camera_emu function. As a next step, I want to send real-time USB Cam stream(like "/dev/video0...
-
megumu.tsukamoto 进行了评论,
Thank you.I did the ping communication with X-port and ip communication seems to works well. And I have found another failure which is similar to this article (https://sdk-forum.dji.net/hc/zh-cn/co...
-
megumu.tsukamoto 进行了评论,
Thank you so much for your advice. I have confirmed by debugging that I can activate "DjiTest_CameraEmuBaseStartService()" function in sample_c/platform/linux/manifold2/application/main.c, However ...
-
megumu.tsukamoto 进行了评论,
#AdditionalI want to preprocess the video (overlay the graph of the amount of gas), so I don't mind whether it is OSDK or PSDK as long as I can get real-time video stream of 3rd party cam on the gr...
-
megumu.tsukamoto 创建了一个帖子,
Is there any way to directly stream real-time video to remote controller on PSDK?
已完成How can I use the PSDK to get real-time video stream from a third party camera on DJI Pilot? I would like to know which API or tutorial I should refer to. #SituationWe are developing gas inspection...