bitluni / ESP32Camera

75 stars 23 forks source link

Register settings is confusing #2

Closed zz-zsys closed 5 years ago

zz-zsys commented 6 years ago

Hi @bitluni! I tried to understand your register settings but somehow it is really confusing when I compared it to the datasheet. One example, for the function QQVGARGB565() you set the REG_TSLB as 0b100 for UYVY sequence but in the datasheet the bit is reserved. For this sequence the REG_TSLB should be 0b1000. Isn't it?

How about the register with address 0xb0? The address is reserved. Is there any changes when you write the register address?