diff --git a/libcamera/QualcommCameraHardware.cpp b/libcamera/QualcommCameraHardware.cpp index f6def53..d4e5d16 100644 --- a/libcamera/QualcommCameraHardware.cpp +++ b/libcamera/QualcommCameraHardware.cpp @@ -97,6 +97,7 @@ struct preview_size_type { static preview_size_type preview_sizes[] = { { 480, 320 }, // HVGA { 432, 320 }, // 1.35-to-1, for photos. (Rounded up from 1.3333 to 1) + { 384, 288 }, // 4:3 { 352, 288 }, // CIF { 336, 244 }, { 320, 320 }, diff --git a/media_profiles.xml b/media_profiles.xml index a017e1e..9ca653d 100644 --- a/media_profiles.xml +++ b/media_profiles.xml @@ -82,9 +82,9 @@