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.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"
请先登录再写评论。
评论
1 条评论