Ning Dong
Ning Dong
Thanks for your quick reply. To init the sensor, I think you mean using i2c functions wrSensorRegs8_8 with ov2640regs.h. Actually, I do not change anything for ov2640regs.h. I attached camera's...
Thank you! Actually I just replaced the basic function for wrsensorReg, not wrsensorRegs. In other words, I also check the (0xff,0xff) to stop the process. You can see the code...
> Hi, > 0x30 is the 7-bit address of I2C, excluding read and write bit.0x60 include the write bit. Thanks for your reply. I see the point for the address....