Kenneth Argo
- 活动总数 84
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 23
帖子
Kenneth Argo 最近的活动-
V5 Waypoint mission with interval shot
已完成I am looking for a way to perform an interval camera shot, during a V5 SDK waypoint mission. I've tried starting the interval camera shot before the missions is started, and it starts taking photos...
-
M300, Setting exposure mode to MANUAL for ZOOM lens shows incorrect exif data
已完成Set the video stream to ZOOM and called the code to set the CameraExposureMode to MANUAL (per SDK docs), the call completed successfully. Next set the shutter speed, it also completed successfully...
-
CameraKey.KeyExposureModeRange on M300 WIDE lens returns null list
已完成Set video stream to WIDE, then call the below code returns null list. djiKeyManager.getValue(KeyTools.createKey(CameraKey.KeyExposureModeRange),object : CommonCallbacks.CompletionCallbackWithPa...
-
(BUG??) Cannot use KeyShutterSpeed on M300 for WIDE Lens
已完成M300 WIDE Len can only be set ExposureMode to PROGRAM. Because I cannot set to MANUAL there appears to be no method to set shutter speed. ExposureModeSetup: WIDE, MANUAL, expected error: INVALID_P...
-
Read ISO and Shutter speed values
已完成I'd like to be able to read the dynamic values of both ISO and shutter speeds that the camera is using to take photos but the keys (CameraKey.IS and CameraKey.SHUTTER_SPEED) appear to report the cu...
-
Read filename using new setNewGeneratedMediaFileInfoCallback
已完成Using the old setMediaFileCallback I was able to read the saved image's filename, that doesn't appear as part of the information passed when using the new setNewGeneratedMediaFileInfoCallback. I kn...
-
Download photos automatically without changing to DOWNLOAD (or read exif in MSDK)
We need to perform some minor image validation but using the OSDK is a bit overkill as it requires external hardware. Specifically, we need to read photo details; ‘xmp’ and ‘exif’ metadata. Switch...
-
No Waypoint class in V5?
已完成Do I understand correctly that there is no longer a Waypoint class with all the settings and that they have been moved into a single KML file for mission? The documentation also says that a max of ...
-
Is it possible to read battery firmware versions for M300 batteries?
已完成I haven't been able to locate a method to read individual battery pack's firmware version information. Is this supported?
-
What is the correct way to get M300 firmware version?
已完成Documentation suggests using the following (which returns null most of the time): // Log at the lowest logging level so I always get this informationlogError("Aircraft firmware version: ${djiAircra...