Camera原理:外部光线穿过lens后,经过color filter滤波后照射到sensor面上,sensor将从lens上传到过来的光线转换成电信号,再通过内部的AD转换为数字信号,如果sensor没有集成DSP,则通过DVP的方式传输到baseband,此时的数据格式是RAW DATA。必须通过平台的isp来处理。如果集成了DSP,这RAW DATA数据经过AWB,color matrix,lens shading,gamma,sharpness,AE和de-noise处理后输出YUV或者RGB格式的数据。最后会由CPU送到framebuffer中进行显示。
1、首先对照原理图,检查camera module的pin脚连接是否正确。
2、用示波器量Camera的MCLK管脚,看是否正确,如果MCLK正常,通常情况下PCLK也应该有波形;
(1)MCLK 为camera提供时钟,给模组内部的pll使用。qualcomm平台是24MHZ。broadcom平台是26MHZ。
3、用万用表测量Camera的电源管脚,查看Camera的供电是否正常;
(2)AVDD 模拟电路电源 2.8V ,正常情况下,AVDD需要单独供电,电源纹波<=30mV.
IOVDD/DOVDD/VIF: Power support for IO circuits 1.8V
DVDD 数字电路供电电源 1.2V,如果IOVDD是1.8V的话,推荐使用sensor internal DVDD.硬件上就不要做external DVDD,否则将会导致竖条纹问题的出现。
如果IOVDD是使用2.8V的话,则使用external DVDD,上电时序将改变。
3、查看Camera的Spec文档,检查PWDN和RESET的管脚触发是否正常;检查代码中camera power up时序是否与datasheet的一致。
(3)RESET/XSHUTDOWN/XCLR:用来reset sensor;RESET一般是低有效,当脉冲为低时,reset sensor,而正常工作时,应该为高。注意reset的时间要求
(4)PWDN/standby:power down引脚,切断供电。即powerdown 有效时,camera 为不工作模式。PWDN一般是高有效,当脉冲为高时,进入省电模式,而正常工作时为低。、powe rdown 有效极性。pwdn高有效就是说pwdn为高电平的时候进入power down模式,所以在进入预览界面的时候就要把pwdn拉低。这样camera才能进入正常工作状态
(5) XCLR is reset input signal and power OFF of internal core, camera become standby situation.(Low active)
XCLR=”H”:Usually situation XCLR=”L”:Reset situation
(6) XSHUTDOWN:reset and power down(active low with internal pull down resistor) hardware reset
(7) sony sensor has the build in power on reset function.It automatically initializes the internal circuit by itself when XCLR pin is open and the power supplies are brought up.In addition,if XCLR pin is set to low and the power supplies are bring up.The sensor will skip executing the power on reset function.
4、在Camera的Datasheet中找出该设备的I2C地址,检查I2C配置是否正确;通常Camera Sensor的Spec上所写的I2C ID号,还包含了最后一位读写方向位。而这一位在I2C总线的定义中,严格来说,不属于ID的一部分,所以Linux I2C的驱动API中的调用参数里的ID号,通常是不考虑这一位的,读写方向位会在具体的读写操作中,在寄存器中进行设置。
5、查看I2C通信是否正常,是否能正常进行读写,用示波器量出I2C的SCL和SDA的波形是否正常,未通信时都为高电平,通信时SCL为I2C时钟信号,SDA为I2C数据通路信号;
6、让Sensor FAE检查Camera的寄存器列表的配置是否正确。
高通平台对于camera的代码组织,大体上还是遵循Android的框架:即上层应用和HAL层交互,高通平台在HAL层里面实现自己的一套管理策略;在kernel中实现sensor的底层驱动。对于最核心的sensor端的底层设置、ISP效果相关等代码则是单独进行了抽离,放在了一个daemon进程中进行管理。
图1 kernel层camera主要代码简图
如上图,camera在kernel层的主文件为msm.c,负责设备的具体注册及相关方法的填充;在msm_sensor.c文件中,主要维护高通自己的一个sensor相关结构体—msm_sensor_ctrl_t,同时把dts文件中的配置信息读取出来;kernel层对于不同的sensor对应自己的一个驱动文件— xxsensor.c,主要是把power setting的设定填充到msm_sensor_ctrl_t中。
在vendor目录下,高通把各个sensor实质性的代码放置在此。一部分代码是高通自己实现的daemon进程和kernel层及HAL层进行通讯的框架代码;另一部分则是和sensor相关的chromatix效果代码和sensor lib部分代码(init setting、lens info、output info)。
图2 vendor下主要camera代码简图
如上图,高通平台通过一个函数指针数组sub_module_init来管理sensor相关的组件;其中重要的是sensor_sub_module_init和chromatix_sub_module_init模块,对于sensor模块需要对应填充sensor_lib_t下的接口,对于chromatix模块则是通过高通的chromatix工具生成。
从更高的层次来看,sensor部分的代码只是camera子系统的一部分。打开高通vendor下面关于camera的源码也可以看到,/mm-camera2/media-controller/modules目录下面,sensors只是modules文件下面其中的一个子目录。
Vendor下面的代码主要是两部分,一个是sensor_libs目录下的sensor具体设定、配置文件,另一个是chromatix下面的ISP效果文件。具体为:
1. ./vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/sensor_libs/imx214/imx214_lib.c
+/*=========================================================================== + * FUNCTION - imx214_open_lib - + * + * DESCRIPTION: + *==========================================================================*/ +void *imx214_open_lib(void) +{ + return &sensor_lib_ptr; +}
This lib will be loaded when camera deamon process is started, kernel will find the handle based on the sensor name in dtb(device tree binary file), so please make sure the file name and function name follow the request for your sensor.
/_lib.c void *_open_lib(void)
sensor输出设置
static struct sensor_lib_out_info_t sensor_out_info[] = { { /* vt_pixel_clk = .line_length_pclk* frame_length_lines*frame rate */ /* op_pixel_clk = VFE working clk */
….
}
2. chromatix目录下相关文件,在对应sensor目录下包含4个目录和一个Android文件,总共13个文件,这些文件都会由chromatix调试工具生成。
图8 vendor下chromatix相关文件示例图
3. vendor下还有eeprom文件,模组自带的eeprom数据处理相关;AF相关文件,调试工具生成的关于AF的效果文件;配置文件,把需要编译的模块填进配置文件中。
Acuator porting
./kernel/drivers/media/video/msm/actuators/actuator.c
msm_actuator_ctrl_t contains all the information about the actuator setting related to sensors like i2c addr, set_info, focal length, etc. All the info is loaded from the chromatix file for the sensor.
In af header file, the driver engineer should take care of the structure of actuator_params_t, which contains the af drive ic address, register patten, etc. It is important for AF working.
3 调试常见问题
3.1 kernel和vendor下命名匹配
在参考其他代码移植调试一个新sensor的过程中,要注意在对应的dts文件中给sensor配置节点信息的过程中,“qcom,sensor-name”字段的配置要和vendor下面的sensor lib代码中的“xxx_open_lib”函数名以及对应的Android.mk中的“LOCAL_MODULE”名称匹配,否则相应sensor的vendor下库文件无法调用,这时打开camera会出现闪退现象。具体可参考平台代码sensor.c中的sensor_load_library()函数。
图10 camera name匹配详图