Kenneth Argo
- Total activity 84
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 23
Posts
Recent activity by Kenneth Argo-
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...
-
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...
-
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...
-
(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...
-
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...
-
Read filename using new setNewGeneratedMediaFileInfoCallback
CompletedUsing 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?
CompletedDo 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?
CompletedI 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?
CompletedDocumentation 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...