summaryrefslogtreecommitdiff
path: root/libcamera2
diff options
context:
space:
mode:
Diffstat (limited to 'libcamera2')
-rw-r--r--libcamera2/ExynosCameraHWInterface2.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcamera2/ExynosCameraHWInterface2.cpp b/libcamera2/ExynosCameraHWInterface2.cpp
index ea90d05..5b399ec 100644
--- a/libcamera2/ExynosCameraHWInterface2.cpp
+++ b/libcamera2/ExynosCameraHWInterface2.cpp
@@ -3229,6 +3229,14 @@ void ExynosCameraHWInterface2::m_sensorThreadFunc(SignalDrivenThread * self)
} 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;