You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: