vendor_xiaomi_onyx/proprietary/odm/etc/camera/render/GlobalConfig.json
zenin1504 737bba2d3d onyx: Push vendor repo here
Change-Id: If8d0b57acc6b41c28c7a331e41db44d2
Signed-off-by: zenin1504 <me.zenin1504.dev@gmail.com>
2026-06-26 20:21:50 +08:00

73 lines
1.6 KiB
JSON

{
"MaxStashFaceCount":3,
"MaxSkeletonCount": 1,
"ChildAgeThreshold": -1,
"YouthAgeThreshold":14,
"ElderlyAgeThreshold":49,
"OlderAgeThreshold":999,
"SmallFaceRatioRange":[5, 10],
"IsNeedFixEnvLightForMakeup":false,
"UVMapOptions":
{
"SizeFactor": 4,
"PreviewSampleType": 0,
"CaptureSampleType": 1
},
"FacialRefineOptions":
{
"EdgeSuppressionFactor": 2,
"OffsetExpandFactor": 8.0
},
"ShelterOptions":
{
"SpecialLipPart":
{
"Enable":true,
"PointThreshold":7,
"AvgVisThreshold":0.0,
"VisThreshold":0.8,
"FrameCount":1
},
"NormalLipPart":
{
"Enable":true,
"PointThreshold":15,
"AvgVisThreshold":0.0,
"VisThreshold":0.8,
"FrameCount":6
},
"EyePart":
{
"Enable":true,
"PointThreshold":8,
"AvgVisThreshold":0.3,
"VisThreshold":0.85,
"FrameCount":1
},
"SideEyePart":
{
"Enable":true,
"PointThreshold":9,
"AvgVisThreshold":0.3,
"VisThreshold":0.85,
"FrameCount":3
},
"EyePupilPart":
{
"Enable":true
},
"BigAnglePart":
{
"Enable":true
},
"NosePart":
{
"Enable":true,
"PointThreshold":2,
"AvgVisThreshold":0.0,
"VisThreshold":0.85,
"FrameCount":3
}
}
}