megumu.tsukamoto
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 16
- Subscriptions 4
Activity overview
Latest activity by megumu.tsukamoto-
megumu.tsukamoto created a post,
How can I see the transmitted data from PSDK on Mobile SDK?
CompletedHi, 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 commented,
Thank you so much nmai! I have done the same approach and setting ultrafast and zero latency works for me.
-
megumu.tsukamoto commented,
coding miss is found! Though it has 2 sec latency, but it's work, thank you.
-
megumu.tsukamoto commented,
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 commented,
##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 commented,
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 commented,
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 commented,
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 commented,
#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 created a post,
Is there any way to directly stream real-time video to remote controller on PSDK?
CompletedHow 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...