Kenneth Argo
- 活动总数 84
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 23
活动概览
Kenneth Argo 的最新活动-
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...
-
Kenneth Argo 创建了一个帖子,
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...
-
Kenneth Argo 创建了一个帖子,
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...
-
Kenneth Argo 进行了评论,
Using the V5.8 SDK
-
Kenneth Argo 创建了一个帖子,
(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...
-
Kenneth Argo 进行了评论,
Can you report the file format? We use .tiff files and perform the calculation in code today using V4, if the SDK can handle calculation for us then we can remove the code and allow the V5 SDK to ...
-
Kenneth Argo 进行了评论,
It appears that each call to refreshFileListOfStorageLocation(SettingsDefinitions.StorageLocation.SDCARD) is returning the complete list. Unless I misunderstand the documentation and the informati...
-
Kenneth Argo 进行了评论,
Is there a way to read the last image filename without refreshing the complete list of all image files? It makes it nearly impossible to do image validation on the most recent image of I must dow...
-
Kenneth Argo 进行了评论,
I'm using the M300RTK. So this is a bug in 4.16.2? What about 5.x? How can I use setNewGeneratedMediaFileInfoCallback, and get the filename of a newly added image WITHOUT refreshing the complete i...
-
Kenneth Argo 创建了一个帖子,
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...