ComputerNerd / ov7670-no-ram-arduino-uno

Allows you to use a non fifo ov7670 on the arudino uno without external spi ram like other examples. Sends the data to UART.
235 stars 111 forks source link

Frame YUV422, QVGA , Frame splited in 4 frames #24

Open Rogil opened 7 years ago

Rogil commented 7 years ago

Hi,

I did my program for msp430f5529lp and works, but the image is splited in 4 frames, I've maipulating diferent registers such as COM9, COM14, 0x73, 0x72, the 0x11 and the 0x6b. The XCLK frequency that I`m trying is 16Mhz, when I use 8Mhz, works like all the examples made with Arduino Uno. Can you tell how would it works with 16Mhz XCLK? Thanks 41

ComputerNerd commented 4 years ago

You might have put it in QQVGA mode.

musalmaz commented 6 months ago

Hello, this code is not working well in my case. I am using QVGA and YUV422. Did you change the register configuration so that you got well results? Any help will be appreciated.