Kenneth Argo
- Total activity 84
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 23
Activity overview
Latest activity by Kenneth Argo-
Kenneth Argo created a post,
V5 Waypoint mission with interval shot
CompletedI 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 created a post,
M300, Setting exposure mode to MANUAL for ZOOM lens shows incorrect exif data
CompletedSet 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 created a post,
CameraKey.KeyExposureModeRange on M300 WIDE lens returns null list
CompletedSet video stream to WIDE, then call the below code returns null list. djiKeyManager.getValue(KeyTools.createKey(CameraKey.KeyExposureModeRange),object : CommonCallbacks.CompletionCallbackWithPa...
-
Kenneth Argo commented,
Using the V5.8 SDK
-
Kenneth Argo created a post,
(BUG??) Cannot use KeyShutterSpeed on M300 for WIDE Lens
CompletedM300 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 commented,
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 commented,
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 commented,
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 commented,
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 created a post,
Read ISO and Shutter speed values
CompletedI'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...