Files
vendor_xiaomi_degas/proprietary/odm/etc/camera/xiaomi/ecoMetaExtensionExt.json
T
HeroBuxx 5b4a9487d0 degas: Initial blobs import
Signed-off-by: HeroBuxx <me@herobuxx.me>
2026-04-07 05:38:24 +00:00

180 lines
5.6 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
*/
[
{
// 定制 extension bokeh 映射的系统 camera role id
"Signature": "_MappingMiBokehId",
"IsPublish": false,
"Target": {
"CameraRoleId": 63 // RoleIdRearBokeh1x
}
},
{
// 使用 mapping id 的方式,直接调用系统相机的 bokeh 摄像头, 默认打开
"Signature": "ExtensionBokehMappingId",
"Version": "1.0",
"Parents": [
"BokehRear",
"_MappingMiBokehId"
],
"Source": {
"Prop": [
{
"Name": "persist.vendor.camera.extension.debug.bokeh",
"Value": [
"",
"0"
]
}
]
}
},
{
// 直接在 id 0 上实现bokeh 算法,默认关闭
"Signature": "ExtensionBokehRearNormal",
"Version": "1.0",
"Parents": [
"BokehRear"
],
"Source": {
"Prop": [
{
"Name": "persist.vendor.camera.extension.debug.bokeh",
"Value": "1"
}
]
}
},
{
"Signature": "ExtensionBokehRearNormal",
"Target": {
"Meta": [
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.slaveCameraId",
"Value": "6",
"Type": "Byte"
},
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.reducepreviewsize",
"Value": [
"1280",
"960",
"1280",
"720",
"1280",
"576"
],
"Size": 6,
"Type": "Int"
},
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.masterOptimalSize1X",
"Value": [
"4096",
"3072",
"4096",
"2304",
"4096",
"1840"
],
"Size": 6,
"Type": "Int"
},
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.slaveOptimalSize1X",
"Value": [
"3584",
"2688",
"3584",
"2016",
"3584",
"1616"
],
"Size": 6,
"Type": "Int"
},
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.optimalPictureSize1X",
"Value": [
"4096",
"3072",
"4096",
"2304",
"4080",
"1840"
],
"Size": 6,
"Type": "Int"
},
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.masterOptimalSize",
"Value": [
"4080",
"3072",
"4080",
"2296",
"4080",
"1840"
],
"Size": 6,
"Type": "Int"
},
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.slaveOptimalSize",
"Value": [
"1920",
"1440",
"1920",
"1080",
"1920",
"864"
],
"Size": 6,
"Type": "Int"
},
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.optimalPictureSize",
"Value": [
"4080",
"3072",
"4080",
"2296",
"4080",
"1840"
],
"Size": 6,
"Type": "Int"
},
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.masterCameraId1X",
"Value": "6",
"Type": "Byte"
},
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.slaveCameraId1X",
"Value": "3",
"Type": "Byte"
},
{
"CamOpt": "Characteristics",
"Name": "xiaomi.camera.bokehinfo.masterCameraId",
"Value": "2",
"Type": "Byte"
}
]
}
}
]