am 7d0efc0f: am 3db6fe61: libcamera2: Round instead of truncate GPS Coords

* commit '7d0efc0fc33cc12e51698d91112c2b9186cf8631':
  libcamera2: Round instead of truncate GPS Coords
diff --git a/libcamera2/ExynosCameraHWInterface2.cpp b/libcamera2/ExynosCameraHWInterface2.cpp
index 9f8d740..73061d8 100644
--- a/libcamera2/ExynosCameraHWInterface2.cpp
+++ b/libcamera2/ExynosCameraHWInterface2.cpp
@@ -3257,6 +3257,14 @@
             } else {
                 shot_ext->setfile = ISS_SUB_SCENARIO_STILL;
             }
+            if (m_wideAspect) {
+//                shot_ext->setfile = ISS_SUB_SCENARIO_VIDEO;
+                shot_ext->shot.ctl.aa.aeTargetFpsRange[0] = 30;
+                shot_ext->shot.ctl.aa.aeTargetFpsRange[1] = 30;
+            }
+            else {
+//                shot_ext->setfile = ISS_SUB_SCENARIO_STILL;
+            }
             if (triggered)
                 shot_ext->shot.ctl.aa.afTrigger = 1;