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
Setting HREF to 0xf6 which is different from default of 0x80. So essentially to me it seems like you are trying to crop the image to a smaller window size. Can you please elaborate your choice of values ?
The text was updated successfully, but these errors were encountered:
Opening this thread to discuss chosen register values
@ComputerNerd : Can you please elborate your choice of register values in
vga_ov7670
You have
{REG_HREF, 0xF6},
{REG_HSTART, 0x13},
{REG_VSTART 0x02},
{REG_VSTOP,0x0a},
{0xFF,0xFF}
Here
Setting HREF to 0xf6 which is different from default of 0x80. So essentially to me it seems like you are trying to crop the image to a smaller window size. Can you please elaborate your choice of values ?
The text was updated successfully, but these errors were encountered: