1. Camera module probe error: (2011.6.28)
I2C slave address:0x48 not connected.
I2C read transfer failed.
Root cause:
I2C slave address error. The default sub camera i2c slave address for i2c read/write is 0x48, while the right address for Aptina MT9V115 is 0x3D (i.e, 0x7A >> 1).
Reference from Aptina MT9V115 specification:
The twolines used for CCI communication are the serial data line (SDA) and the serialclock line (SCL). The CCI bus is only used for control signals. No image datais transferred through the CCI bus.
The CCIbus is designed to manage fast (400 kHz) CCI communication.
CCI address
The CCI slave address is 0111101, i.e., themodule is addressed by 0111101X, where X = 0 when writing to the camera and X =1 when reading from it. The read and write addresses are given by Table below:
| Read address |
|

本文详细记录了在开发高通MSM8660平台Android 2.3系统下相机驱动时遇到的一系列问题及其解决方法,包括I2C地址错误、传感器初始化失败、帧数据接收错误等,并涉及到了传感器MT9V115的特性及初始化序列调整。
最低0.47元/天 解锁文章
666

被折叠的 条评论
为什么被折叠?



