f2c3eea3f3
Change-Id: Id84cbbc84ce32ce0af59e42e797de11ea2244efd Signed-off-by: Ido <dev.xyzuniverse@gmail.com>
24 lines
642 B
JSON
24 lines
642 B
JSON
{
|
|
/* SAT fallback settings
|
|
Fallback support mask:
|
|
bit[0] is support W2UW or not,
|
|
bit[1] is support T2W or not,
|
|
bit[2] is support UT2W or not,
|
|
bit[3] is support UT2T or not.
|
|
*/
|
|
"SatFallback": {
|
|
"satFallbackSwitch": 0
|
|
},
|
|
"enablePreviewFusion":0,
|
|
"isSupportBokehCapConfig": true,
|
|
"transitionZoomRatioLow": "0.6:1.0:2.0",
|
|
"supported3rdSat": true,
|
|
"supported3rdSatFallback": false,
|
|
"hwcapability": {
|
|
"isz": 2,
|
|
"ois": 4,
|
|
"periscope": 0
|
|
},
|
|
"startSwitchSensorFrameNums": 10,
|
|
"needStartSwitchSensorList": [4]
|
|
} |