summaryrefslogtreecommitdiff
path: root/common/hal/google_camera_hal/vendor_tags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/hal/google_camera_hal/vendor_tags.cc')
-rw-r--r--common/hal/google_camera_hal/vendor_tags.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/hal/google_camera_hal/vendor_tags.cc b/common/hal/google_camera_hal/vendor_tags.cc
index 7cd6fd7..f1f0641 100644
--- a/common/hal/google_camera_hal/vendor_tags.cc
+++ b/common/hal/google_camera_hal/vendor_tags.cc
@@ -105,6 +105,9 @@ status_t ModifyCharacteristicsKeys(HalCameraMetadata* metadata) {
request_keys.push_back(VendorTagIds::kSensorModeFullFov);
result_keys.push_back(VendorTagIds::kSensorModeFullFov);
session_keys.push_back(VendorTagIds::kSensorModeFullFov);
+ // VendorTagIds::kVideo60to30FPSThermalThrottle
+ session_keys.push_back(VendorTagIds::kVideo60to30FPSThermalThrottle);
+ request_keys.push_back(VendorTagIds::kVideo60to30FPSThermalThrottle);
// Update the static metadata with the new set of keys
if (metadata->Set(ANDROID_REQUEST_AVAILABLE_REQUEST_KEYS, request_keys.data(),