You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the DJI V5 SDK (version 5.12.0 R1956) with Firmware version 10.01.0503, telemetry elements on the HSI such as wind speed, speed, altitude, and gimbal pitch are missing once the camera source is set. However, the compass and direction indicators remain visible. This issue persists across all lens selections.
When these are removed it is correct:
pfvFlightDisplayWidget.setVisibility(CameraUtil.isFPVTypeView(devicePosition) ? View.VISIBLE : View.INVISIBLE);
horizontalSituationIndicatorWidget.setSimpleModeEnable(CameraUtil.isFPVTypeView(devicePosition));
The text was updated successfully, but these errors were encountered:
When using the DJI V5 SDK (version 5.12.0 R1956) with Firmware version 10.01.0503, telemetry elements on the HSI such as wind speed, speed, altitude, and gimbal pitch are missing once the camera source is set. However, the compass and direction indicators remain visible. This issue persists across all lens selections.
When these are removed it is correct:
pfvFlightDisplayWidget.setVisibility(CameraUtil.isFPVTypeView(devicePosition) ? View.VISIBLE : View.INVISIBLE);
horizontalSituationIndicatorWidget.setSimpleModeEnable(CameraUtil.isFPVTypeView(devicePosition));
The text was updated successfully, but these errors were encountered: