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
I am new to the platform and learning new tricks every day. I plan to build a system that transmits QCIF over RF module to another arduino board. As a starter step I plan to capture an image.
I was exploring your code and plan to restructure it to use as a .ino file. I saw that in your code ov7670.c, in the structure regval_list qvga_ov7670 you set register 0x73 to 0xf1 which is overwriting the reserved MSB where the default is 0. Am I understanding it correctly ? I am looking at the datasheet I found here http://www.voti.nl/docs/OV7670.pdf . I think this should be set to 0x01 instead. What do you think ?
Regards,
Abhishek
The text was updated successfully, but these errors were encountered:
You were using version 1.1 of the datasheet. However even when using version 1.4 I cannot find what those supposedly reserved bits do. For Omnivision reserved sometimes means: It does something I just don't want to tell you what it does yet.
Hello Mr. Arduino,
I am new to the platform and learning new tricks every day. I plan to build a system that transmits QCIF over RF module to another arduino board. As a starter step I plan to capture an image.
I was exploring your code and plan to restructure it to use as a .ino file. I saw that in your code ov7670.c, in the structure regval_list qvga_ov7670 you set register 0x73 to 0xf1 which is overwriting the reserved MSB where the default is 0. Am I understanding it correctly ? I am looking at the datasheet I found here http://www.voti.nl/docs/OV7670.pdf . I think this should be set to 0x01 instead. What do you think ?
Regards,
Abhishek
The text was updated successfully, but these errors were encountered: