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.CompletionCallbackWithParam<List<CameraExposureMode>> {
KeyTools.createKey(CameraKey.KeyExposureModeRange),
object : CommonCallbacks.CompletionCallbackWithParam<List<CameraExposureMode>> {
trace: "Available ExposureModeSetup: WIDE, MANUAL list for (WIDE):"
Set video stream to ZOOM and calling the same code as above returns correctly:
"CameraAndAircraftSetupDataSourceImpl::ExposureModeSetup: ZOOM, MANUAL result = SUCCESS"
Please sign in to leave a comment.
Comments
1 comment