• Interface of OV9655 camera module with LPC1768
    Hi, I am trying to interface an OV9655 camera module with LPC1768 board. I have configured the read and write of the registers in OV9655 module using I2C protocol. But is it possible to capture...
  • I2C for OV9655 Omnivision Color CMOS SXGA
    hi all I have the FX2 as Master and OV9655 as slave. The OV9655 spec have been writen that it support I2C protocol but I can't read or write to it in I2C protocol I used the EZI2C read and write...
  • Blur Image using OV9655 camera module on LPC1788 Board
    Hello, I'm developing a camera with Omnivsion OV9655 image sensor on LPC1788 board. I am capturing 320x240 image and got the image but image is not clear some blur is there in some portion of image...
  • array to array
    for example i have got three constant array code unsigned char a_0[]={0x54,0x25,0x11,0xff,0x21}; code unsigned char a_1[]={0x51,0x45,0x55,0x85}; code unsigned char a_2[]={0x24,0x47}; in program...
  • In an array.
    Hello, I want to convert a 14 digit word (which is a float) to the elements of an array.EXample:987654321012.34 to b[0]=9;b[1]=8;b[2]=7...etc..Can anyone please help..Thanks in advance...