Open ClaudiuB1 opened 4 years ago
Hey! If I remember correctly, then I couldn't get it working myself either. The problem was that UART is too slow. I was not able to slow the camera down enough to match the slow UART speed. The last parameter of the CameraOV7670 class is for slowing down the camera. The bigger the number, the slower the camera will be. If I remember correctly, then the max value is 63.
I think it could theoretically be done if you started lowering the input clock to the camera. But I haven't tried this myself.
Hi @indrekluuk , I am trying go get a color image at vga resolution(640x480) over the serial port. But the image is repeating over a full frame. This is the code i changed: