一、ITS scene1 test_ev_compensation_basic
- aec_module.c里面:
exposure_compensation_max = 12;
exposure_compensation_min = -12;
需要和tuning参数里面的ev table对应起来:
/* AEC EV Table /
6, / Steps Per EV /
-2, / Minimal Allowed EV Value /
2, / Maximum Allowed EV Value */ - 在效果参数中关闭LTM功能尝试,如果关闭后可以pass,拉通tuning尝试调整参数:
// Feature name : Local Tone Mapping (LTM).
……
0, /* Enable */
——当前使用的文件中可能有多个,注意全部修改验证
二、VTS CameraHidlTest.configureStreamsInvalidOutputs(legacy/0)_64bit; CameraHidlTest.configureStreamsConstrainedOutputs(legacy/0)_64bit
- 这一测试项会设置很多不正常的congfig信息下来
比如宽/高为0:
04-26 17:10:26.331 651 651 I QCamera : configureStreamsPerfLocked: 2382: stream[0] type = 0, format = 36, width = 0, height = 0, rotation = 0, usage = 0x800
比如宽/高为-1:
04-26 17:10:26.335 651