Files
vendor_xiaomi_klee/proprietary/odm/etc/camera/xiaomi/ecoMetaExtensionExt.json
T
xyzuniverse f2c3eea3f3 klee: Initial vendor tree
Change-Id: Id84cbbc84ce32ce0af59e42e797de11ea2244efd
Signed-off-by: Ido <dev.xyzuniverse@gmail.com>
2026-05-10 12:29:05 +02:00

83 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
ecoMetaExtension.json Signature
*/
[
{
"Signature":"FuncBokeh1xUpgraded",
"Source":{
"SdkOpMode": "0xff12", // StreamConfigModeEcoEngineBokeh1X
"Prop":
[
{
"Name": "persist.vendor.camera.ecoengine.bokehVersion",
"Value": ["", "0"]
}
]
},
"Target":{
"Prop": [
{
"Name": "persist.vendor.camera.ecoengine.bokehVersion",
"Value": "1"
}
]
}
},
{
"Signature":"FuncBokeh2xUpgraded",
"Source":{
"SdkOpMode": "0xff15", // StreamConfigModeEcoEngineBokeh2X
"Prop":
[
{
"Name": "persist.vendor.camera.ecoengine.bokehVersion",
"Value": ["", "0"]
}
]
},
"Target":{
"Prop": [
{
"Name": "persist.vendor.camera.ecoengine.bokehVersion",
"Value": "1"
}
]
}
},
{
"Signature":"FuncBokehRear",
"Source":{
"SdkOpMode": "0xff12", // StreamConfigModeEcoEngineBokeh1X
"CameraRoleId": [60, 64] //RoleIdRear
},
"Target":{
"Meta": [
{
"CamOpt":["Config","Preview","Capture"],
"Name": "android.control.zoomRatio",
"Value": "1.00",
"Type" : "Float"
}
]
}
},
{
"Signature":"FuncBokehRear2X",
"Source":{
"SdkOpMode": "0xff15", // StreamConfigModeEcoEngineBokeh2X
"CameraRoleId": [60, 64] //RoleIdRear
},
"Target":{
"Meta": [
{
"CamOpt":["Config","Preview","Capture"],
"Name": "android.control.zoomRatio",
"Value": "5.00",
"Type" : "Float"
}
]
}
}
]