megumu.tsukamoto
- 活动总数 39
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 2 名用户
- 投票数 16
- 订阅数 4
评论
megumu.tsukamoto 最近的活动-
Thank you so much nmai! I have done the same approach and setting ultrafast and zero latency works for me.
-
Modifying "LINUX_NETWORK_DEV" to "lo" in "hal_network.h" works in my setup! Thank you for your daily support.
-
coding miss is found! Though it has 2 sec latency, but it's work, thank you.
-
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...
-
##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.
-
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...
-
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...
-
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 ...
-
#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...
-
Finally I can bind!!I shouldn't have changed this line"line250 in hal_uart.c, I changed isConnect = true; -> isConnect = false;"and I use email for USER_DEVELOPER_ACCOUNT. That works! Thank you So ...