A311D 是否支持支持自动对焦?

我们希望使用A311D上ISP的自动对焦的功能,发现代码里提到VCM,但是找不到相关的源代码?A311D是否有测试过下面的VCM?

#if ISP_SENSOR_DRIVER_DONGWOON
#include “dongwoon_vcm.h”
#endif
#if ISP_SENSOR_DRIVER_DW9800
#include “dw9800_vcm.h”
#endif
#if ISP_SENSOR_DRIVER_AD5821
#include “AD5821_vcm.h”
#endif
#if ISP_SENSOR_DRIVER_ROHM
#include “rohm_vcm.h”
#endif
#if ISP_SENSOR_DRIVER_LC898201
#include “LC898201_vcm.h”
#endif
#if ISP_SENSOR_DRIVER_FP5510A
#include “fp5510a_vcm.h”
#endif
#if ISP_SENSOR_DRIVER_BU64748
#include “BU64748_vcm.h”
#endif
#if ISP_SENSOR_DRIVER_AN41908A
#include “an41908a_vcm.h”
#endif
#if ISP_SENSOR_DRIVER_NULL
#include “null_vcm.h”
#endif
#if ISP_SENSOR_DRIVER_V4L2
#include “v4l2_vcm.h”
#endif

我们的摄像头OS08A10是不支持自动对焦的,所以也没有验证过自动对焦的摄像头。