chano
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 15
Activity overview
Latest activity by chano-
chano created a post,
4G Private Enhanced Transmission Which SN of Dock2 do I whitelist in Service?
I am trying to whitelist Dock2 in the 4g private enhanced transmission service. When I connect Dji Pilot2 and Dock2 and look at the Dock Onsite Debugging screen, I can see Control Module SN and Pla...
-
chano created a post,
What kind of error is TRAJ_WP_YAW_OUT_OF_RANGE in startMission?
When I startMission in WaypointMissionManager, TRAJ_WP_YAW_OUT_OF_RANGE occurs with errorCode of IDJIError. What error is it? And is there any documentation that explains this type of error? Thank ...
-
chano commented,
https://github.com/dji-sdk/Mobile-SDK-Android-V5I added logs to the CameraStreamDetailVM class in sample app.And I added PhotoVideoSwitchWidget to fragment_camera_stream_detail.xml.When I press the...
-
chano created a post,
MSDK 5.11.0 - ReceiveStreamListener issue
Hello. When changing modes with PhotoVideoSwitchWidget, ReceiveStreamListener retains previous resolution. For example, on M30T, photo mode is 1440*1080 and video mode is 1920*1080. When I first st...
-
chano created a post,
MSDK 5.10.0 - KeyCameraZoomRatiosRange does not get the zoom range of the H30T camera to 400x on the M350.
CompletedHello. The M350 RTK does not get the 400x zoom range of the H30T camera. I tested it with the Mobile-SDK-Android-V5 sample app, and when i get the CameraZoomRatiosRange value, it returns [2,5,10,20...
-
chano created a post,
MSDK 5.9.1 - The getMegaphoneIndex method does not work properly.
CompletedHello. I'm testing with the Mobile-SDK-Android-V5 app. After connecting the dual gimbal to the M350, I mounted the MP130 V2 megaphone to the STARBOARD. And when I call getMegaphoneIndex, it is reco...
-
chano created a post,
Can I play mp3 files with Megaphone?
CompletedCan I play MP3 files via MegaphoneManager's "startPushingFileToMegaphone()" method?When I tested it with the Mobile-SDK-Android-V5 app on GitHub, it didn't work.MSDK : 5.9.1Aircraft : M3T, 10.00.06...
-
chano created a post,
MSDK 5.9.0 - Enhanced video transmission supported in Korea?
CompletedHello. Can I use Enhanced video transmission by setting up an LTE privatization server in Korea? Thank you.
-
chano created a post,
MSDK 5.8.0 - Virtual stick control during missions.
CompletedHello. If I call VirtualStickManager.sendVirtualStickAdvancedParam when the mission status is INTERRUPTED, the status changes to Ready and ResumeMission does not work. However, if I control it with...
-
chano commented,
sorry. When I call PauseMission, it becomes INTERRUPTED, and the next time I call ResumeMission, it changes to RECOVERING and currentWaypointIndex becomes 0.